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