From 3d0668a6032c9aaee3ab901d63e4b13e571a93ba Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sun, 10 Mar 2013 13:49:16 +0100 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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/ -- cgit v1.2.3