diff options
| author | Keith Packard <keithp@keithp.com> | 2012-07-29 19:42:53 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-07-29 19:42:53 -0700 |
| commit | e4d244eefa4c779cd9c8a91389bf998c54705b72 (patch) | |
| tree | 944993d65177343683b46d7794dac562cfc99918 /src/stm | |
| parent | 21e39811bd234c6f66ab7644864fcc1b8c316998 (diff) | |
altos: Add software AES implementation
This is untested
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm')
| -rw-r--r-- | src/stm/Makefile.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm/Makefile.defs b/src/stm/Makefile.defs index 3edfa41d..04404cdc 100644 --- a/src/stm/Makefile.defs +++ b/src/stm/Makefile.defs @@ -1,4 +1,4 @@ -vpath % ../stm:../product:../drivers:../core:../util:../kalman:.. +vpath % ../stm:../product:../drivers:../core:../util:../kalman:../aes:.. vpath make-altitude ../util vpath make-kalman ../util vpath kalman.5c ../kalman |
