Subversion Repositories HomeAutomation

Rev

Rev 478 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 478 Rev 484
Line 7... Line 7...
7
include $(LIBDIR)/system.inc
7
include $(LIBDIR)/system.inc
8
 
8
 
9
# List C source files here. (C dependencies are automatically generated.)
9
# List C source files here. (C dependencies are automatically generated.)
10
CSRC =	$(TARGET).c\
10
CSRC =	$(TARGET).c\
11
		$(LIBDIR)/drivers/timer/timebase.c\
11
		$(LIBDIR)/drivers/timer/timebase.c\
12
		$(LIBDIR)/drivers/uart/serial.c\
-
 
13
		$(LIBDIR)/drivers/uart/uart.c\
-
 
14
		$(LIBDIR)/drivers/mcu/mcu.c\
12
		$(LIBDIR)/drivers/mcu/mcu.c\
15
		$(LIBDIR)/drivers/ir/receiver/irreceiver.c\
13
		$(LIBDIR)/drivers/ir/receiver/irreceiver.c\
16
		
14
 
17
# List Assembler source files here.
15
# List Assembler source files here.
18
# Make them always end in a capital .S.  Files ending in a lowercase .s
16
# Make them always end in a capital .S.  Files ending in a lowercase .s
Line 266... Line 264...
266
 
264
 
267
extcoff: $(TARGET).elf
265
extcoff: $(TARGET).elf
268
	@echo
266
	@echo
269
	@echo $(MSG_EXTENDED_COFF) $(TARGET).cof
267
	@echo $(MSG_EXTENDED_COFF) $(TARGET).cof
270
	$(COFFCONVERT) -O coff-ext-avr $< $(TARGET).cof
268
	$(COFFCONVERT) -O coff-ext-avr $< $(TARGET).cof
271
 
-
 
272
 
-
 
273
 
269
 
274
# Create final output files (.hex, .eep) from ELF output file.
270
# Create final output files (.hex, .eep) from ELF output file.
275
%.hex: %.elf
271
%.hex: %.elf
276
	@echo
272
	@echo
277
	@echo $(MSG_FLASH) $@
273
	@echo $(MSG_FLASH) $@