projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7afb73
)
tools: env: Add aes.c placeholder
author
Marek Vasut
<marex@denx.de>
Mon, 28 Apr 2014 09:56:30 +0000
(11:56 +0200)
committer
Tom 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]
patch
|
blob
diff --git a/tools/env/aes.c
b/tools/env/aes.c
new file mode 100644
(file)
index 0000000..
9e42679
--- /dev/null
+++ b/
tools/env/aes.c
@@ -0,0
+1
@@
+#include "../../lib/aes.c"