altos/telemini-v2.0: Enable beep config and radio rate config
[fw/altos] / src / telemini-v2.0 / Makefile
index fcac2c48faeb657cf4eb5b35fb4f6de4568311bb..8657e9a90c82f10d30ca87094ac39ece8bcdbcfd 100644 (file)
@@ -5,8 +5,8 @@
 TELEMINI_VER=2.0
 TELEMINI_DEF=2_0
 
-vpath %.c ..:../core:../cc1111:../drivers:../product
-vpath %.h ..:../core:../cc1111:../drivers:../product
+vpath %.c ..:../kernel:../cc1111:../drivers:../product
+vpath %.h ..:../kernel:../cc1111:../drivers:../product
 vpath ao-make-product.5c ../util
 
 ifndef VERSION
@@ -25,12 +25,12 @@ INC = \
        ao_int64.h \
        ao_sample.h \
        ao_exti.h \
-       ao_task.h
+       ao_task.h \
+       altitude-pa-small.h
 
 CORE_SRC = \
        ao_cmd.c \
        ao_config.c \
-       ao_convert.c \
        ao_flight.c \
        ao_kalman.c \
        ao_log.c \
@@ -59,6 +59,7 @@ CC1111_SRC = \
        ao_spi.c \
        ao_usb.c \
        ao_convert_pa.c \
+       ao_convert_volt.c \
        ao_beep.c \
        ao_timer.c \
        ao_exti.c \