altos: Allow use of internal EEPROM for config storage
[fw/altos] / src / telelco-v0.2 / Makefile
index 582dbd06f1ada2d6706c7a13bf00384b3b3ff19c..2fb4db5e6cda4de8fe1efffd0329d3db6ebf9056 100644 (file)
@@ -20,6 +20,8 @@ INC = \
        ao_lco_func.h \
        ao_radio_spi.h \
        ao_radio_cmac.h \
+       ao_cc1120_CC1120.h \
+       ao_debounce.h \
        stm32l.h
 
 #
@@ -46,8 +48,8 @@ ALTOS_SRC = \
        ao_dma_stm.c \
        ao_spi_stm.c \
        ao_beep_stm.c \
-       ao_storage.c \
        ao_eeprom_stm.c \
+       ao_fast_timer.c \
        ao_lcd_stm.c \
        ao_usb_stm.c \
        ao_exti_stm.c \
@@ -58,6 +60,7 @@ ALTOS_SRC = \
        ao_fec_tx.c \
        ao_fec_rx.c \
        ao_seven_segment.c \
+       ao_debounce.c \
        ao_quadrature.c \
        ao_button.c \
        ao_event.c \
@@ -81,7 +84,7 @@ OBJ=$(SRC:.c=.o)
 all: $(PROG)
 
 $(PROG): Makefile $(OBJ) altos.ld
-       $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(SAT_CLIB) -lgcc
+       $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(LIBS)
 
 ../altitude.h: make-altitude
        nickle $< > $@