summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-06-27 14:11:57 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:39:36 -0700
commit6bdf19ae88196c98f3f8aed7e7cfdf6eef442687 (patch)
tree4f45e080bb9e6f0c89226979be6234654414cc4f /Makefile
parent9f69764d2e4354de05775a874e71e096b180f14b (diff)
Fix embedded device tree build
This was unfortunately broken by the external device tree building, and the fault was not noticed until now. BUG=chromium-os:11623 TEST=build with CONFIG_OF_EMBED defined; see that build succeeds and boots on Seaboard Change-Id: Iedc950577b63ffda5c4d8334662151836f33dd29 Reviewed-on: http://gerrit.chromium.org/gerrit/3262 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6cbea93e6..3cc950821a 100644
--- a/Makefile
+++ b/Makefile
@@ -230,7 +230,7 @@ ifdef DEV_TREE_SEPARATE
ALL += $(obj)u-boot.dtb
endif
ifeq ($(CONFIG_OF_EMBED),y)
-LIBS += dts/dt.o
+LIBS += dts/libdts.o
endif
LIBS += arch/$(ARCH)/lib/lib$(ARCH).o
LIBS += fs/cramfs/libcramfs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o \