From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] tools, env, aes: fix compiling env tools for target
Date: Mon, 12 May 2014 07:54:49 +0200 [thread overview]
Message-ID: <1399874089-26780-1-git-send-email-hs@denx.de> (raw)
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
next reply other threads:[~2014-05-12 5:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-12 5:54 Heiko Schocher [this message]
2014-05-12 11:01 ` [U-Boot] [PATCH] tools, env, aes: fix compiling env tools for target Marek Vasut
2014-05-12 11:50 ` Heiko Schocher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1399874089-26780-1-git-send-email-hs@denx.de \
--to=hs@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox