diff options
author | Marek Vasut <marex@denx.de> | 2014-04-28 11:56:30 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-12 15:20:05 -0400 |
commit | cd834a053b9a46a74f7d1ccd1b68d983712cdeb4 (patch) | |
tree | 637968a163b927fa9c51d73efd2f12f0eeefa6c6 /tools/env/aes.c | |
parent | e7afb73b5057e0d65a6fc7e039c54291d569097e (diff) | |
download | u-boot-imx-cd834a053b9a46a74f7d1ccd1b68d983712cdeb4.zip u-boot-imx-cd834a053b9a46a74f7d1ccd1b68d983712cdeb4.tar.gz u-boot-imx-cd834a053b9a46a74f7d1ccd1b68d983712cdeb4.tar.bz2 |
tools: env: Add aes.c placeholder
Add missing aes.c placeholder which includes lib/aes.c . Without this
one, tools/env/ will fail to build.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Tested-by: Alexey Brodkin <abrodkin@synopsys.com>
Tested-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'tools/env/aes.c')
-rw-r--r-- | tools/env/aes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/env/aes.c b/tools/env/aes.c new file mode 100644 index 0000000..9e42679 --- /dev/null +++ b/tools/env/aes.c @@ -0,0 +1 @@ +#include "../../lib/aes.c" |