Subversion Repositories HomeAutomation

Rev

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

Rev 145 Rev 149
Line 64... Line 64...
64
 
64
 
65
 
65
 
66
# List C source files here. (C dependencies are automatically generated.)
66
# List C source files here. (C dependencies are automatically generated.)
67
SRC =	$(TARGET).c\
67
SRC =	$(TARGET).c\
68
		$(LIBDIR)mcu/mcu.c\
68
		$(LIBDIR)mcu/mcu.c\
-
 
69
		$(LIBDIR)mcu/serial.c\
69
		$(LIBDIR)mcu/uart.c\
70
		$(LIBDIR)mcu/uart.c\
70
		$(LIBDIR)mcu/timebase.c\
71
		$(LIBDIR)mcu/timebase.c\
71
		$(LIBDIR)can/can.c\
72
		$(LIBDIR)can/can.c\
72
		$(LIBDIR)can/mcp2515/mcp2515.c
73
		$(LIBDIR)can/mcp2515/mcp2515.c
73
 
74