src-avr: Add ADC routines to telescience
[fw/altos] / src-avr / telescience / Makefile
index a5bea67a0f50e916c31538ec39d0e361960ac727..1efa34f17c65393dcec487fda3fa2231dd3af8e7 100644 (file)
@@ -49,7 +49,9 @@ ALTOS_SRC = \
        ao_task.c \
        ao_timer.c \
        ao_led.c \
-       ao_usb_avr.c
+       ao_usb_avr.c \
+       ao_adc_avr.c \
+       $(TELESCIENCE_STORAGE)
 
 PRODUCT=TeleScience-v0.1
 MCU=atmega32u4
@@ -104,4 +106,4 @@ install:
 
 uninstall:
 
-$(OBJ): ao.h ao_product.h
\ No newline at end of file
+$(OBJ): ao.h ao_product.h ao_usb.h