summaryrefslogtreecommitdiff
path: root/src/tidongle
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-08-27 13:25:23 -0700
committerKeith Packard <keithp@keithp.com>2011-08-27 13:25:23 -0700
commit9adf2c9c40ea1da2637ed809dc0d004e47844440 (patch)
tree63f82fda093013a4ccd43f3df8d19502e8b8c3c1 /src/tidongle
parentb3c95582774355c991d0a9f27d0a86881e643e62 (diff)
altos: add ao_aes/radio_cmac to tidongle, teledongle and telebt
All of these can do the telelco stuff at this point. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/tidongle')
-rw-r--r--src/tidongle/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tidongle/Makefile b/src/tidongle/Makefile
index 247f4fe0..057e420b 100644
--- a/src/tidongle/Makefile
+++ b/src/tidongle/Makefile
@@ -29,12 +29,14 @@ CORE_SRC = \
ao_task.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_timer.c \
ao_usb.c \