altos: Add button driver and sample user
[fw/altos] / src / teleterra-v0.2 / Makefile
index 892c37e2ccf7a61e4c8b405c0196069ea76af5de..8e4569a9a6ff8eecdcc9478541fc6276bbd47dbf 100644 (file)
@@ -24,6 +24,7 @@ CORE_SRC = \
        ao_log_telem.c \
        ao_mutex.c \
        ao_panic.c \
+       ao_report.c \
        ao_rssi.c \
        ao_state.c \
        ao_stdio.c \
@@ -32,6 +33,7 @@ CORE_SRC = \
 
 CC1111_SRC = \
        ao_beep.c \
+       ao_button.c \
        ao_dbg.c \
        ao_dma.c \
        ao_led.c \
@@ -53,7 +55,8 @@ DRIVER_SRC = \
        ao_gps_skytraq.c
 
 PRODUCT_SRC = \
-       ao_teleterra_0_2.c
+       ao_teleterra_0_2.c \
+       ao_terraui.c
 
 SRC = \
        $(CORE_SRC) \