X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2FMakefile;h=dcd41718e984113c72d90c7d5dc0521e2d3ab748;hp=9891cdadf708947bf838bd43b2cabe83e9908aa0;hb=dc8d18736239b14c2ec48a40a01515912c5c25e6;hpb=46cccf62fb40514b5930fcb2ffdaf2735415c764 diff --git a/src/Makefile b/src/Makefile index 9891cdad..dcd41718 100644 --- a/src/Makefile +++ b/src/Makefile @@ -43,7 +43,8 @@ ALTOS_DRIVER_SRC = \ ao_usb.c TELE_COMMON_SRC = \ - ao_gps_print.c \ + ao_packet.c \ + ao_packet_slave.c \ ao_state.c # @@ -51,6 +52,8 @@ TELE_COMMON_SRC = \ # TELE_RECEIVER_SRC =\ ao_monitor.c \ + ao_gps_print.c \ + ao_packet_master.c \ ao_rssi.c # @@ -79,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 @@ -295,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