Allow ADC to be disabled
[fw/altos] / Makefile
index a391c510cd56b258f3b2937c066175d706870f97..8ef86be5415c81c9074266a7e9a5207d35b67302 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -81,6 +81,7 @@ TM_SRC = \
        $(ALTOS_SRC) \
        $(ALTOS_DRIVER_SRC) \
        $(TELE_DRIVER_SRC) \
+       $(TELE_RECEIVER_SRC) \
        $(TELE_COMMON_SRC) \
        $(TM_DRIVER_SRC) \
        $(TM_TASK_SRC)
@@ -153,6 +154,8 @@ SYM=$(SRC:.c=.sym)
 
 PROGS=telemetrum.ihx tidongle.ihx teleterra.ihx teledongle.ihx
 
+HOST_PROGS=ao_flight_test
+
 PCDB=$(PROGS:.ihx=.cdb)
 PLNK=$(PROGS:.ihx=.lnk)
 PMAP=$(PROGS:.ihx=.map)
@@ -162,7 +165,7 @@ PAOM=$(PROGS:.ihx=)
 %.rel : %.c $(INC)
        $(CC) -c $(CFLAGS) -o$*.rel $*.c
 
-all: $(PROGS)
+all: $(PROGS) $(HOST_PROGS)
 
 telemetrum.ihx: $(TM_REL) Makefile
        $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(TM_REL)