X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile;h=8074d42d5c132a8e44ee6b99f3c60ccbb71f756e;hb=598d168bd6552c3756e4b0267de44147eadab9f6;hp=9891cdadf708947bf838bd43b2cabe83e9908aa0;hpb=2f7603490a169df8f18b565db4fa967832ffc9bd;p=fw%2Faltos diff --git a/src/Makefile b/src/Makefile index 9891cdad..8074d42d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -43,7 +43,9 @@ ALTOS_DRIVER_SRC = \ ao_usb.c TELE_COMMON_SRC = \ - ao_gps_print.c \ + ao_dbg.c \ + ao_packet.c \ + ao_packet_slave.c \ ao_state.c # @@ -51,6 +53,8 @@ TELE_COMMON_SRC = \ # TELE_RECEIVER_SRC =\ ao_monitor.c \ + ao_gps_print.c \ + ao_packet_master.c \ ao_rssi.c # @@ -295,6 +299,8 @@ clean: install: +uninstall: + ao_flight_test: ao_flight.c ao_flight_test.c ao_host.h cc -g -o $@ ao_flight_test.c