summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/Makefile
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-03-03 13:14:48 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-03-06 07:42:21 +0100
commit6779d91fdf6aefe4eab3f8e56b1ec4aceff436c0 (patch)
tree07a44ddc345017880c7baa67be5a75bf0c9af499 /arch/sandbox/Makefile
parent09d343e941e039afa19b5ead777780e1f799cab4 (diff)
downloadbarebox-6779d91fdf6aefe4eab3f8e56b1ec4aceff436c0.tar.gz
barebox-6779d91fdf6aefe4eab3f8e56b1ec4aceff436c0.tar.xz
sandbox: add sample dts
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox/Makefile')
-rw-r--r--arch/sandbox/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index e3fb039554..a539a901fc 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -50,4 +50,6 @@ cmd_barebox__ = $(CC) -o $@ -Wl,-T,$(barebox-lds) \
common-y += $(BOARD) arch/sandbox/os/
+common-$(CONFIG_OFTREE) += arch/sandbox/dts/
+
CLEAN_FILES += $(BOARD)/barebox.lds