altos: Massive product config cleanup
[fw/altos] / src / teleshield-v0.1 / Makefile
index b63a81d6aa40ca824f0be20f97981d7a624757e0..c1f45f37ecd1eae2f9f7c1434b285e6e51a85a71 100644 (file)
@@ -41,7 +41,8 @@ CORE_SRC = \
        ao_state.c \
        ao_storage.c \
        ao_stdio.c \
-       ao_task.c
+       ao_task.c \
+       ao_freq.c
 
 CC1111_SRC = \
        ao_dbg.c \
@@ -62,7 +63,8 @@ DRIVER_SRC = \
        $(TELESHIELD_SRC)
 
 PRODUCT_SRC = \
-       ao_teleshield.c
+       ao_teleshield.c \
+       ao_ardu_serial.c
 
 SRC = \
        $(CORE_SRC) \