Add AT45DBxx1D driver
[fw/altos] / src / Makefile
index d984e9dc334011ce434d8a566010b92db297f4db..dcd41718e984113c72d90c7d5dc0521e2d3ab748 100644 (file)
@@ -43,7 +43,6 @@ ALTOS_DRIVER_SRC = \
        ao_usb.c
 
 TELE_COMMON_SRC = \
-       ao_gps_print.c \
        ao_packet.c \
        ao_packet_slave.c \
        ao_state.c
@@ -53,6 +52,7 @@ TELE_COMMON_SRC = \
 #
 TELE_RECEIVER_SRC =\
        ao_monitor.c \
+       ao_gps_print.c \
        ao_packet_master.c \
        ao_rssi.c
 
@@ -82,7 +82,7 @@ DBG_DONGLE_SRC = \
 #
 TM_DRIVER_SRC = \
        ao_adc.c \
-       ao_ee.c \
+       ao_flash.c \
        ao_gps_report.c \
        ao_ignite.c
 
@@ -298,6 +298,8 @@ clean:
 
 install:
 
+uninstall:
+
 ao_flight_test: ao_flight.c ao_flight_test.c ao_host.h
        cc -g -o $@ ao_flight_test.c