X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?p=moodlight.git;a=blobdiff_plain;f=Makefile;h=acb33a2aee1a954d7aaeece7872dfae9e26ca809;hp=5de17a8cd6dbfbaea39166d8778fbc9c288e0111;hb=ff29bc2b3dbad7885497cfd9aa2b3aa98cc4ebb0;hpb=dfbc0cefbdd8cdc0aecbad960c804cb1128d5b32 diff --git a/Makefile b/Makefile index 5de17a8..acb33a2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 2010/06/27 22:19:15 simimeie Exp $ +# $Id: Makefile,v 1.4 2010/07/24 20:56:28 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 timers.c main.c +SRCS = console.c ledframing.c ledpwm.c ircontrol.c timers.c main.c rfm12.c PROG = moodlight # compiler flags