]> the.earth.li Git - temper-clone.git/blobdiff - Makefile
Add initial 1-Wire support and use it for the USB serial #
[temper-clone.git] / Makefile
index 7f2559254d4ab5e56c51bc7c9d36e9ca23996bad..2a0028f4a4f598250af2cd38f32b549abf38b031 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ CFLAGS = -Iusbdrv -Ilibs-device -I.
 AVRCC = avr-gcc -Wall -Os -DF_CPU=$(F_CPU) $(CFLAGS) -mmcu=$(DEVICE)
 
 OBJECTS = usbdrv/usbdrv.o usbdrv/usbdrvasm.o usbdrv/oddebug.o \
-       libs-device/osccalASM.o main.o
+       libs-device/osccalASM.o main.o w1.o
 
 all: main.hex