From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 6 Jan 2009 20:15:57 +0000 (+0100) Subject: fix bmp_logo.h make dependencies to allow parallel build X-Git-Tag: v2009.01-rc2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9ffd53db870a7da134f9a1ae76894a6b31237be5;p=u-boot fix bmp_logo.h make dependencies to allow parallel build Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/Makefile b/Makefile index 0f8b520661..74b185461b 100644 --- a/Makefile +++ b/Makefile @@ -348,7 +348,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