X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?p=moodlight.git;a=blobdiff_plain;f=Makefile;h=d78c6e469758980c953fa0779b75503d4cdb5b01;hp=d91c8756aa30ffa50905ca356b606ef35b9603bb;hb=17aea8ef6cd47a0469e248a4e7325bcde394ea51;hpb=e369b7e475378c59c2ab25c3b6073a1c0bbb3162 diff --git a/Makefile b/Makefile index d91c875..d78c6e4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 2010/06/26 12:28:08 simimeie Exp $ +# $Id: Makefile,v 1.2 2010/06/26 19:08:18 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 main.c +SRCS = console.c ledpwm.c ircontrol.c main.c PROG = moodlight # compiler flags