Subversion Repositories HomeAutomation

Rev

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

Rev 179 Rev 196
Line 68... Line 68...
68
		$(LIBDIR)mcu/serial.c\
68
		$(LIBDIR)mcu/serial.c\
69
		$(LIBDIR)mcu/uart.c\
69
		$(LIBDIR)mcu/uart.c\
70
		$(LIBDIR)mcu/timebase.c\
70
		$(LIBDIR)mcu/timebase.c\
71
		$(LIBDIR)can/can.c\
71
		$(LIBDIR)can/can.c\
72
		$(LIBDIR)can/mcp2515/mcp2515.c\
72
		$(LIBDIR)can/mcp2515/mcp2515.c\
73
		$(LIBDIR)lcd/lcd_HD44780.c
73
		$(LIBDIR)lcd/lcd_HD44780.c\
-
 
74
		$(LIBDIR)lcd/clcd20x4.c
74
 
75
 
75
# List Assembler source files here.
76
# List Assembler source files here.
76
# Make them always end in a capital .S.  Files ending in a lowercase .s
77
# Make them always end in a capital .S.  Files ending in a lowercase .s
77
# will not be considered source files but generated files (assembler
78
# will not be considered source files but generated files (assembler
78
# output from the compiler), and will be deleted upon "make clean"!
79
# output from the compiler), and will be deleted upon "make clean"!