Do radio settings solely by frequency
[fw/altos] / src / teleshield-v0.1 / Makefile
index b63a81d6aa40ca824f0be20f97981d7a624757e0..4478047663daae2470609e845f28a894aa504c13 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 \
@@ -53,6 +54,7 @@ CC1111_SRC = \
        ao_radio.c \
        ao_romconfig.c \
        ao_serial.c \
+       ao_serial0.c \
        ao_string.c \
        ao_timer.c \
        ao_usb.c \
@@ -62,7 +64,8 @@ DRIVER_SRC = \
        $(TELESHIELD_SRC)
 
 PRODUCT_SRC = \
-       ao_teleshield.c
+       ao_teleshield.c \
+       ao_ardu_serial.c
 
 SRC = \
        $(CORE_SRC) \