9
0
Fork 0

build bareboxenv for the target as well

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Michael Olbrich 2012-03-07 12:14:05 +01:00 committed by Sascha Hauer
parent ac29648413
commit 68ce5a3b03
1 changed files with 8 additions and 0 deletions

View File

@ -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)