[U-Boot] [PATCH] fix bmp_logo.h make dependencies to allow parallel build

15 Dec
2008
15 Dec
'08
3:32 p.m.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 0e31697..623b8f7 100644 --- a/Makefile +++ b/Makefile @@ -340,7 +340,7 @@ $(obj)u-boot: depend $(SUBDIRS) $(OBJS) $(LIBBOARD) $(LIBS) $(LDSCRIPT) $(OBJS): depend $(obj)include/autoconf.mk $(MAKE) -C cpu/$(CPU) $(if $(REMOTE_BUILD),$@,$(notdir $@))
-$(LIBS): depend $(obj)include/autoconf.mk +$(LIBS): depend $(obj)include/autoconf.mk $(SUBDIRS) $(MAKE) -C $(dir $(subst $(obj),,$@))
$(LIBBOARD): depend $(LIBS) $(obj)include/autoconf.mk
--
1.5.6.5
5990
Age (days ago)
5990
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jean-Christophe PLAGNIOL-VILLARD