aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2014-10-08 17:05:52 +0100
committerMark Brown <broonie@kernel.org>2014-10-08 17:05:52 +0100
commitece8d266f2213fa8f40a81d2d246c6700e975e12 (patch)
tree5dcfcaa0af8f3f517b9a147388f9d22e3fba187a /lib/Makefile
parent455c6fdbd219161bd09b1165f11699d6d73de11c (diff)
parent8cbfd57948a16fe813e72e6b0ccb36b6417a78d8 (diff)
Merge tag 'gic-v3-for-lsk-v3.14-v1' of http://git.linaro.org/git-ro/people/christoffer.dall/linux-kvm-arm into lsk-v3.14-gicv3v3.14/topic/gicv3
GICv3 Support for LSK v3.14
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 48140e3ba73f..befe5554a34f 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -147,7 +147,8 @@ obj-$(CONFIG_GENERIC_NET_UTILS) += net_utils.o
obj-$(CONFIG_STMP_DEVICE) += stmp_device.o
-libfdt_files = fdt.o fdt_ro.o fdt_wip.o fdt_rw.o fdt_sw.o fdt_strerror.o
+libfdt_files = fdt.o fdt_ro.o fdt_wip.o fdt_rw.o fdt_sw.o fdt_strerror.o \
+ fdt_empty_tree.o
$(foreach file, $(libfdt_files), \
$(eval CFLAGS_$(file) = -I$(src)/../scripts/dtc/libfdt))
lib-$(CONFIG_LIBFDT) += $(libfdt_files)