From ddf67f71352be56d98f0e5bcf851146e54d764ad Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 5 Jul 2016 10:26:44 +0200 Subject: libfdt: Add overlay application function The device tree overlays are a good way to deal with user-modifyable boards or boards with some kind of an expansion mechanism where we can easily plug new board in (like the BBB, the Raspberry Pi or the CHIP). Add a new function to merge overlays with a base device tree. Signed-off-by: Maxime Ripard --- lib/libfdt/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libfdt/Makefile') diff --git a/lib/libfdt/Makefile b/lib/libfdt/Makefile index 8b86c15904..6ef8290f4e 100644 --- a/lib/libfdt/Makefile +++ b/lib/libfdt/Makefile @@ -15,3 +15,5 @@ obj-y += \ fdt_empty_tree.o \ fdt_addresses.o \ fdt_region.o + +obj-$(CONFIG_OF_LIBFDT_OVERLAY) += fdt_overlay.o -- cgit v1.2.3