* [PATCH] build bareboxenv for the target as well
@ 2012-04-04 9:32 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2012-04-04 9:32 UTC (permalink / raw)
To: barebox
From: Michael Olbrich <m.olbrich@pengutronix.de>
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
scripts/Makefile | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/scripts/Makefile b/scripts/Makefile
index d6ea48c..15a2b81 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -19,3 +19,11 @@ subdir-$(CONFIG_X86) += setupmbr
# Let clean descend into subdirs
subdir- += basic kconfig setupmbr
+
+quiet_cmd_csingle = CC $@
+ cmd_csingle = $(CC) -Wp,-MD,$(depfile) $(CFLAGS) -o $@ $<
+
+always += bareboxenv-target
+
+scripts/bareboxenv-target: scripts/bareboxenv.c FORCE
+ $(call if_changed_dep,csingle)
--
1.7.9.5
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-04 9:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-04 9:32 [PATCH] build bareboxenv for the target as well Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox