altos: telelaunch doesn't need ao_radio_cmac_init
[fw/altos] / src / megametrum-v0.1 / Makefile
index 59cfb64d0449811d5bf0fc128acd31efb817c2d0..1dfebca0730cff328ae176daae27aa1a77241bee 100644 (file)
@@ -9,6 +9,7 @@ INC = \
        ao.h \
        ao_arch.h \
        ao_arch_funcs.h \
+       ao_companion.h \
        ao_data.h \
        ao_sample.h \
        ao_pins.h \
@@ -18,6 +19,7 @@ INC = \
        ao_ms5607.h \
        ao_hmc5883.h \
        ao_mpu6000.h \
+       ao_mma655x.h \
        ao_cc1120_CC1120.h \
        ao_profile.h \
        ao_whiten.h \
@@ -55,6 +57,7 @@ ALTOS_SRC = \
        ao_fec_tx.c \
        ao_fec_rx.c \
        ao_ms5607.c \
+       ao_mma655x.c \
        ao_adc_stm.c \
        ao_beep_stm.c \
        ao_storage.c \
@@ -74,6 +77,7 @@ ALTOS_SRC = \
        ao_packet_slave.c \
        ao_packet.c \
        ao_companion.c \
+       ao_pyro.c \
        $(PROFILE)
 
 PRODUCT=MegaMetrum-v0.1
@@ -90,7 +94,7 @@ OBJ=$(SRC:.c=.o)
 
 all: $(PROG)
 
-$(PROG): Makefile $(OBJ)
+$(PROG): Makefile $(OBJ) altos.ld
        $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(SAT_CLIB) -lgcc
 
 ../altitude.h: make-altitude