From 68ce5a3b03e4cc68e25e6f828d6947dac6beb69b Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 7 Mar 2012 12:14:05 +0100 Subject: build bareboxenv for the target as well Signed-off-by: Michael Olbrich Signed-off-by: Sascha Hauer --- scripts/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scripts') diff --git a/scripts/Makefile b/scripts/Makefile index d6ea48cafa..15a2b81249 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) -- cgit v1.2.3