From a9f75ac5a24cb94c2373daa3d73f90d22cf5d94b Mon Sep 17 00:00:00 2001 From: Rabin Vincent Date: Sun, 8 Feb 2015 16:14:06 +0100 Subject: CRISv32: add device tree support Add support for booting CRISv32 with a built-in device tree. Signed-off-by: Rabin Vincent Signed-off-by: Jesper Nilsson --- arch/cris/boot/dts/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 arch/cris/boot/dts/Makefile (limited to 'arch/cris/boot') diff --git a/arch/cris/boot/dts/Makefile b/arch/cris/boot/dts/Makefile new file mode 100644 index 000000000000..faf69fb9919f --- /dev/null +++ b/arch/cris/boot/dts/Makefile @@ -0,0 +1,6 @@ +BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_BUILTIN_DTB)).dtb.o +ifneq ($(CONFIG_BUILTIN_DTB),"") +obj-$(CONFIG_OF) += $(BUILTIN_DTB) +endif + +clean-files := *.dtb.S -- cgit v1.2.3