X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fteleshield-v0.1%2FMakefile;h=4478047663daae2470609e845f28a894aa504c13;hb=c1d12a117b36de7fe8dd992959b890bfd1163e81;hp=58c2b65a79e7b67c519091b6b0db0baa399d40e2;hpb=791c137728dd3398bd7275be13cc9e6be96d7af4;p=fw%2Faltos diff --git a/src/teleshield-v0.1/Makefile b/src/teleshield-v0.1/Makefile index 58c2b65a..44780476 100644 --- a/src/teleshield-v0.1/Makefile +++ b/src/teleshield-v0.1/Makefile @@ -41,7 +41,8 @@ CORE_SRC = \ ao_state.c \ ao_storage.c \ ao_stdio.c \ - ao_task.c + ao_task.c \ + ao_freq.c CC1111_SRC = \ ao_dbg.c \ @@ -49,10 +50,11 @@ CC1111_SRC = \ ao_led.c \ ao_intflash.c \ ao_packet.c \ - ao_packet_master.c \ + ao_packet_slave.c \ ao_radio.c \ ao_romconfig.c \ ao_serial.c \ + ao_serial0.c \ ao_string.c \ ao_timer.c \ ao_usb.c \ @@ -62,7 +64,8 @@ DRIVER_SRC = \ $(TELESHIELD_SRC) PRODUCT_SRC = \ - ao_teleshield.c + ao_teleshield.c \ + ao_ardu_serial.c SRC = \ $(CORE_SRC) \