altos: Remove unused AES code from teledongle and tidongle
[fw/altos] / src / product / Makefile.telebt
index e53aa2c43e60f33232a8850ab21cdfbfb24220e0..90525d63edd0961186f9d641be5cbb18c11f88f0 100644 (file)
@@ -15,6 +15,8 @@ endif
 INC = \
        ao.h \
        ao_pins.h \
+       ao_arch.h \
+       ao_arch_funcs.h \
        cc1111.h \
        ao_product.h \
        $(TELEBT_INC)
@@ -32,14 +34,12 @@ CORE_SRC = \
        ao_freq.c
 
 CC1111_SRC = \
-       ao_aes.c \
        ao_dbg.c \
        ao_dma.c \
        ao_led.c \
        ao_packet.c \
        ao_packet_master.c \
        ao_radio.c \
-       ao_radio_cmac.c \
        ao_romconfig.c \
        ao_serial.c \
        ao_string.c \