summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-03-06 00:01:22 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-03-12 18:43:25 +0100
commite748e6c601934b084f66b0230f4c2fced52a085e (patch)
tree7d20001572e12c70af40423d3257ca7737002ebc /scripts/Makefile
parent14c290dabe37f29f24d1a7b4d7681f64f2250e9d (diff)
downloadbarebox-e748e6c601934b084f66b0230f4c2fced52a085e.tar.gz
barebox-e748e6c601934b084f66b0230f4c2fced52a085e.tar.xz
scripts: Add dtc
This adds the devicetree compiler to barebox. This is taken without changes from Linux v3.8 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 08b325cb5d..e3e55aa6c7 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -33,3 +33,5 @@ obj-$(CONFIG_BAREBOXENV_TARGET) += bareboxenv-target
scripts/bareboxenv-target: scripts/bareboxenv.c FORCE
$(call if_changed_dep,csingle)
+
+subdir-$(CONFIG_DTC) += dtc