]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tools: env: Add aes.c placeholder
authorMarek Vasut <marex@denx.de>
Mon, 28 Apr 2014 09:56:30 +0000 (11:56 +0200)
committerTom Rini <trini@ti.com>
Mon, 12 May 2014 19:20:05 +0000 (15:20 -0400)
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>
tools/env/aes.c [new file with mode: 0644]

diff --git a/tools/env/aes.c b/tools/env/aes.c
new file mode 100644 (file)
index 0000000..9e42679
--- /dev/null
@@ -0,0 +1 @@
+#include "../../lib/aes.c"