]> www.fi.muni.cz Git - tinyboard.git/blobdiff - projects/step-up/Makefile
Watchdog handling moved to its own source file
[tinyboard.git] / projects / step-up / Makefile
index 0e9b7284342ecac985eacf5c476a4d396b7a5603..07bb15180295615c1e861df1f1c0a25d2d2113a6 100644 (file)
@@ -1,7 +1,7 @@
 
 PROGRAM=lights
 SRC=main.c logging.c pwm.c adc.c pwmled.c pattern.c buttons.c control.c \
-       battery.c
+       battery.c wdt.c
 OBJ=$(SRC:.c=.o)