altos: Add support for UART0 in async mode
[fw/altos] / src / teleshield-v0.1 / Makefile
index b63a81d6aa40ca824f0be20f97981d7a624757e0..a21a6052423e642da89eee6c7bd87b1fa6bc9804 100644 (file)
@@ -53,6 +53,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 +63,8 @@ DRIVER_SRC = \
        $(TELESHIELD_SRC)
 
 PRODUCT_SRC = \
-       ao_teleshield.c
+       ao_teleshield.c \
+       ao_ardu_serial.c
 
 SRC = \
        $(CORE_SRC) \