altos: Massive product config cleanup
[fw/altos] / src / teleshield-v0.1 / Makefile
index 58c2b65a79e7b67c519091b6b0db0baa399d40e2..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 \
@@ -49,7 +50,7 @@ CC1111_SRC = \
        ao_led.c \
        ao_intflash.c \
        ao_packet.c \
-       ao_packet_master.c \
+       ao_packet_slave.c \
        ao_radio.c \
        ao_romconfig.c \
        ao_serial.c \
@@ -62,7 +63,8 @@ DRIVER_SRC = \
        $(TELESHIELD_SRC)
 
 PRODUCT_SRC = \
-       ao_teleshield.c
+       ao_teleshield.c \
+       ao_ardu_serial.c
 
 SRC = \
        $(CORE_SRC) \