diff options
author | Keith Packard <keithp@keithp.com> | 2011-07-16 14:25:01 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-27 12:33:46 -0700 |
commit | bd0bf00081bb24af5cd67a9351b0b0c1a041d0d3 (patch) | |
tree | aba7a10616ec4ee0651d2b951179651fd99cf489 /src/telelaunch-v0.1 | |
parent | a731d240f802d37524ce84c3c6acf22bcda4d522 (diff) |
altos: More work on AES bits
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telelaunch-v0.1')
-rw-r--r-- | src/telelaunch-v0.1/Makefile.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telelaunch-v0.1/Makefile.defs b/src/telelaunch-v0.1/Makefile.defs index 0c7efb52..e4934ffa 100644 --- a/src/telelaunch-v0.1/Makefile.defs +++ b/src/telelaunch-v0.1/Makefile.defs @@ -4,6 +4,7 @@ SRC = \ $(TLAUNCH_BASE_SRC) \ $(SPI_DRIVER_SRC) \ $(EE_DRIVER_SRC) \ + ao_launch.c \ $(DBG_SRC) PRODUCT=TeleLaunch-v0.1 |