Subversion Repositories HomeAutomation

Rev

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

Rev 587 Rev 588
Line 23... Line 23...
23
vpath %.c $(LIBDIR):$(SRCDIR)
23
vpath %.c $(LIBDIR):$(SRCDIR)
24
 
24
 
25
# List source files here. (C dependencies are automatically generated.)
25
# List source files here. (C dependencies are automatically generated.)
26
SOURCES =	main.c\
26
SOURCES =	main.c\
27
			channel.c\
27
			channel.c\
28
			drivers/timer/timer.c\
-
 
29
			drivers/mcu/mcu.c\
28
			drivers/mcu/mcu.c\
30
 
29
 
31
# Optimization level, can be [0, 1, 2, 3, s]. 
30
# Optimization level, can be [0, 1, 2, 3, s]. 
32
# 0 = turn off optimization. s = optimize for size.
31
# 0 = turn off optimization. s = optimize for size.
33
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
32
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)