summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-03-10 13:49:16 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-03-12 22:19:51 +0100
commit3d0668a6032c9aaee3ab901d63e4b13e571a93ba (patch)
treeb5f2e7e05c4294846dc4df266cb0d87037f94bec /Makefile
parente6ec5937e3bfc68e98d95939aea7012ada55199d (diff)
downloadbarebox-3d0668a6032c9aaee3ab901d63e4b13e571a93ba.tar.gz
barebox-3d0668a6032c9aaee3ab901d63e4b13e571a93ba.tar.xz
ARM: Initial dts support
- Add rules to generate dtb files in arch/arm/dts/ - add an initcall which unflattens and probes the internal devicetree - Add skeleton devicetree Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5819fcf42..f3992518c2 100644
--- a/Makefile
+++ b/Makefile
@@ -481,7 +481,7 @@ export KBUILD_BINARY ?= barebox.bin
barebox-flash-image: $(KBUILD_IMAGE) FORCE
$(call if_changed,ln)
-all: barebox-flash-image
+all: barebox-flash-image $(KBUILD_DTBS)
common-$(CONFIG_PBL_IMAGE) += pbl/