Subversion Repositories HomeAutomation

Rev

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

Rev 142 Rev 149
Line 63... Line 63...
63
LIBDIR = ../lib/src/
63
LIBDIR = ../lib/src/
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/serial.c\
68
		$(LIBDIR)mcu/uart.c\
69
		$(LIBDIR)mcu/uart.c\
69
		$(LIBDIR)mcu/timebase.c\
70
		$(LIBDIR)mcu/timebase.c\
70
		$(LIBDIR)mcu/mcu.c\
71
		$(LIBDIR)mcu/mcu.c\
71
		$(LIBDIR)can/can.c\
72
		$(LIBDIR)can/can.c\
72
		$(LIBDIR)can/mcp2515/mcp2515.c
73
		$(LIBDIR)can/mcp2515/mcp2515.c