completely redid PWM: Now calculate 'microprograms', i.e. pairs of
[moodlight.git] / Makefile
index d78c6e469758980c953fa0779b75503d4cdb5b01..acb33a2aee1a954d7aaeece7872dfae9e26ca809 100644 (file)
--- 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.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 main.c
+SRCS   = console.c ledframing.c ledpwm.c ircontrol.c timers.c main.c rfm12.c
 PROG   = moodlight
 
 # compiler flags
This page took 0.056668 seconds and 4 git commands to generate.