public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] tools, env, aes: fix compiling env tools for target
@ 2014-05-12  5:54 Heiko Schocher
  2014-05-12 11:01 ` Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Schocher @ 2014-05-12  5:54 UTC (permalink / raw)
  To: u-boot

compiling env tools for the target leads with current u-boot
in following compile error:

$ make CROSS_COMPILE=powerpc-linux- env
make[1]: *** Keine Regel vorhanden, um das Target ?tools/env/aes.c?,
  ben?tigt von ?tools/env/aes.o?, zu erstellen.  Schluss.
make: *** [env] Fehler 2
$

Fix it!

Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>

---
 tools/env/aes.c | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/env/aes.c

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"
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-12 11:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12  5:54 [U-Boot] [PATCH] tools, env, aes: fix compiling env tools for target Heiko Schocher
2014-05-12 11:01 ` Marek Vasut
2014-05-12 11:50   ` Heiko Schocher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox