Subversion Repositories Projects

Rev

Rev 471 | Rev 497 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 471 Rev 477
Line 33... Line 33...
33
HEX_EEPROM_FLAGS += --set-section-flags=.eeprom="alloc,load"
33
HEX_EEPROM_FLAGS += --set-section-flags=.eeprom="alloc,load"
34
HEX_EEPROM_FLAGS += --change-section-lma .eeprom=0 --no-change-warnings
34
HEX_EEPROM_FLAGS += --change-section-lma .eeprom=0 --no-change-warnings
Line 35... Line 35...
35
 
35
 
36
 
36
 
Line 37... Line 37...
37
## Objects that must be built in order to link
37
## Objects that must be built in order to link
38
OBJECTS = main.o usart1.o max7456_software_spi.o osd_helpers.o config.o spi.o buttons.o
38
OBJECTS = main.o usart1.o max7456_software_spi.o osd_helpers.o config.o spi.o buttons.o ppm.o
Line 39... Line 39...
39
 
39
 
Line 63... Line 63...
63
	$(CC) $(INCLUDES) $(CFLAGS) -c  $<
63
	$(CC) $(INCLUDES) $(CFLAGS) -c  $<
Line 64... Line 64...
64
	
64
 
65
buttons.o: ../buttons.c
65
buttons.o: ../buttons.c
Line -... Line 66...
-
 
66
	$(CC) $(INCLUDES) $(CFLAGS) -c  $<
-
 
67
 
-
 
68
ppm.o: ../ppm.c
66
	$(CC) $(INCLUDES) $(CFLAGS) -c  $<
69
	$(CC) $(INCLUDES) $(CFLAGS) -c  $<
67
 
70
 
68
##Link
71
##Link
Line 69... Line 72...
69
$(TARGET): $(OBJECTS)
72
$(TARGET): $(OBJECTS)