X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?p=moodlight.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=5de17a8cd6dbfbaea39166d8778fbc9c288e0111;hp=d78c6e469758980c953fa0779b75503d4cdb5b01;hb=ed7a0d878cbbe782f2c4f0e91665c119df362c0c;hpb=10ee5c5d2f67244662b528199b9f0d406fd2fefa diff --git a/Makefile b/Makefile index d78c6e4..5de17a8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 2010/06/26 19:08:18 simimeie Exp $ +# $Id: Makefile,v 1.3 2010/06/27 22:19:15 simimeie Exp $ # Makefile for HaWo Moodlight CC = avr-gcc @@ -27,7 +27,7 @@ CPUFREQ = 8000000UL # desired baudrate of serial debug console BAUDRATE = 9600UL -SRCS = console.c ledpwm.c ircontrol.c main.c +SRCS = console.c ledpwm.c ircontrol.c timers.c main.c PROG = moodlight # compiler flags