From 2f6528e15a4592c762a690c1320518368593ae75 Mon Sep 17 00:00:00 2001 From: Jayachandran C Date: Fri, 13 Jul 2012 21:53:22 +0530 Subject: MIPS: Netlogic: Add support for built in DTB Provide a config option to embed a device tree for XLP evaluation boards. This DTB will be used if the firmware does not pass in a device tree pointer. Signed-off-by: Jayachandran C Patchwork: http://patchwork.linux-mips.org/patch/4103/ Signed-off-by: John Crispin --- arch/mips/netlogic/dts/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 arch/mips/netlogic/dts/Makefile (limited to 'arch/mips/netlogic/dts/Makefile') diff --git a/arch/mips/netlogic/dts/Makefile b/arch/mips/netlogic/dts/Makefile new file mode 100644 index 00000000000..67ae3fe296f --- /dev/null +++ b/arch/mips/netlogic/dts/Makefile @@ -0,0 +1,4 @@ +obj-$(CONFIG_DT_XLP_EVP) := xlp_evp.dtb.o + +$(obj)/%.dtb: $(obj)/%.dts + $(call if_changed,dtc) -- cgit v1.2.3-70-g09d2