summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-04-23 12:01:50 +0200
committerStefan Roese <sr@denx.de>2007-04-23 12:01:50 +0200
commit8d1c439e2d9b0bdfe35df207e2c6b2f3a2312a3b (patch)
tree223110de2b6eb0452d927a72c3a7b4d9090aa8ed /Makefile
parent323bfa8f436dc3bc57187c9b1488bc3146ff1522 (diff)
parent14da5f7675bbb427c469e3f45006e027b6e21db9 (diff)
downloadblackbird-obmc-uboot-8d1c439e2d9b0bdfe35df207e2c6b2f3a2312a3b.tar.gz
blackbird-obmc-uboot-8d1c439e2d9b0bdfe35df207e2c6b2f3a2312a3b.zip
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 15dec1749c..42a65a0ec7 100644
--- a/Makefile
+++ b/Makefile
@@ -222,6 +222,7 @@ LIBS += $(shell if [ -d post/cpu/$(CPU) ]; then echo \
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 := $(addprefix $(obj),$(LIBS))
.PHONY : $(LIBS)
OpenPOWER on IntegriCloud