summaryrefslogtreecommitdiffstats
path: root/tools/env
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-04-28 11:56:30 +0200
committerTom Rini <trini@ti.com>2014-05-12 15:20:05 -0400
commitcd834a053b9a46a74f7d1ccd1b68d983712cdeb4 (patch)
tree637968a163b927fa9c51d73efd2f12f0eeefa6c6 /tools/env
parente7afb73b5057e0d65a6fc7e039c54291d569097e (diff)
downloadtalos-obmc-uboot-cd834a053b9a46a74f7d1ccd1b68d983712cdeb4.tar.gz
talos-obmc-uboot-cd834a053b9a46a74f7d1ccd1b68d983712cdeb4.zip
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')
-rw-r--r--tools/env/aes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/env/aes.c b/tools/env/aes.c
new file mode 100644
index 0000000000..9e42679e34
--- /dev/null
+++ b/tools/env/aes.c
@@ -0,0 +1 @@
+#include "../../lib/aes.c"
OpenPOWER on IntegriCloud