summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/dts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/dts/Makefile')
-rw-r--r--arch/sandbox/dts/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/sandbox/dts/Makefile b/arch/sandbox/dts/Makefile
new file mode 100644
index 0000000000..a4c980b235
--- /dev/null
+++ b/arch/sandbox/dts/Makefile
@@ -0,0 +1,11 @@
+dtb-$(CONFIG_SANDBOX) += sandbox.dtb
+
+targets += $(dtb-y)
+
+DTC_FLAGS += -R 4 -p 0x1000
+
+PHONY += dtbs
+dtbs: $(addprefix $(obj)/, $(dtb-y))
+ @:
+
+clean-files := *.dtb
OpenPOWER on IntegriCloud