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: v1.3.0-rc1~92^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d1c439e2d9b0bdfe35df207e2c6b2f3a2312a3b;p=u-boot 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)