From: Stefan Roese Date: Mon, 23 Apr 2007 10:01:50 +0000 (+0200) Subject: Merge with git://www.denx.de/git/u-boot.git X-Git-Tag: v2025.01-rc5-pxa1908~22771^2~2 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=8d1c439e2d9b0bdfe35df207e2c6b2f3a2312a3b;p=u-boot.git Merge with git://www.denx.de/git/u-boot.git --- 8d1c439e2d9b0bdfe35df207e2c6b2f3a2312a3b diff --cc Makefile index 15dec1749c,94cda54c73..42a65a0ec7 --- a/Makefile +++ b/Makefile @@@ -222,6 -219,8 +222,7 @@@ LIBS += $(shell if [ -d post/cpu/$(CPU LIBS += $(shell if [ -d post/board/$(BOARDDIR) ]; then echo \ "post/board/$(BOARDDIR)/libpost$(BOARD).a"; fi) LIBS += common/libcommon.a + LIBS += libfdt/libfdt.a -LIBS += $(BOARDLIBS) LIBS := $(addprefix $(obj),$(LIBS)) .PHONY : $(LIBS)