summaryrefslogtreecommitdiffstats
path: root/lib/libfdt
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-28 11:13:28 +0900
committerTom Rini <trini@ti.com>2014-12-08 09:35:47 -0500
commit61eb5d72abd3d156baf9de2133226dc5d8da3150 (patch)
tree257fd9f5b7b63b174fd9373e1a4ff8e005686fee /lib/libfdt
parent77d267502295ffc4d83e80fa175583f8b6460615 (diff)
downloadtalos-obmc-uboot-61eb5d72abd3d156baf9de2133226dc5d8da3150.tar.gz
talos-obmc-uboot-61eb5d72abd3d156baf9de2133226dc5d8da3150.zip
libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'lib/libfdt')
-rw-r--r--lib/libfdt/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libfdt/Makefile b/lib/libfdt/Makefile
index 6fe79e0b06..2f5413f90d 100644
--- a/lib/libfdt/Makefile
+++ b/lib/libfdt/Makefile
@@ -5,8 +5,5 @@
# SPDX-License-Identifier: GPL-2.0+
#
-COBJS-libfdt += fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o \
+obj-y += fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o \
fdt_empty_tree.o fdt_addresses.o
-
-obj-$(CONFIG_OF_LIBFDT) += $(COBJS-libfdt)
-obj-$(CONFIG_FIT) += $(COBJS-libfdt)
OpenPOWER on IntegriCloud