X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftelefire-v0.1%2FMakefile;h=712b2e8b8bfb57d1925a174989d9b609b10e1264;hb=2fa87754c5c11bb86e9b1878580c3d4f4b2463f5;hp=09cb88fb45c1307019f2e32a138279d8159ccf09;hpb=bd02349111ae0f39b320e6a10a330051ddc39fdf;p=fw%2Faltos diff --git a/src/telefire-v0.1/Makefile b/src/telefire-v0.1/Makefile index 09cb88fb..712b2e8b 100644 --- a/src/telefire-v0.1/Makefile +++ b/src/telefire-v0.1/Makefile @@ -18,6 +18,7 @@ INC = \ ao_pins.h \ ao_arch.h \ ao_arch_funcs.h \ + ao_pad.h \ cc1111.h \ ao_product.h @@ -51,7 +52,8 @@ CC1111_SRC = \ DRIVER_SRC = \ ao_pca9922.c \ ao_74hc497.c \ - ao_pad.c + ao_pad.c \ + ao_radio_cmac_cmd.c PRODUCT_SRC = \ ao_telefire.c