summaryrefslogtreecommitdiff
path: root/libfdt/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-11-23 00:55:23 +0100
committerWolfgang Denk <wd@denx.de>2007-11-23 00:55:23 +0100
commitcfa4c9d8996d5949f615553c220a06c9fe6395cc (patch)
treeab2c14b55f4381aec657c6aed279bd57c43f64b8 /libfdt/Makefile
parent98e2867cc85409b919f862e6c16026461ec955df (diff)
parent9162352817579840d7802da6d85872b3ca003c97 (diff)
Merge branch 'testing' of git://www.denx.de/git/u-boot-fdt
Diffstat (limited to 'libfdt/Makefile')
-rw-r--r--libfdt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdt/Makefile b/libfdt/Makefile
index 126fa2c02f..d166cce796 100644
--- a/libfdt/Makefile
+++ b/libfdt/Makefile
@@ -27,7 +27,7 @@ LIB = $(obj)libfdt.a
SOBJS =
-COBJS-y += fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o
+COBJS-$(CONFIG_OF_LIBFDT) += fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o
COBJS := $(COBJS-y)
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)