summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Makefile
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-11-28 00:29:12 +0100
committerRob Herring <rob.herring@calxeda.com>2012-12-03 19:48:45 +0100
commitda4cbc6d58f88fa666fcc57505de5b6c1b3d73ee (patch)
treeac5ddc3f00a2f7a34796f48d84763b2bc1957ac2 /arch/arm64/Makefile
parentARM: dt: change .dtb build rules to build in dts directory (diff)
downloadlinux-da4cbc6d58f88fa666fcc57505de5b6c1b3d73ee.tar.xz
linux-da4cbc6d58f88fa666fcc57505de5b6c1b3d73ee.zip
arm64: use new common dtc rule
The current rules have the .dtb files build in a different directory from the .dts files. This patch changes arm64 to use the generic dtb rule which builds .dtb files in the same directory as the source .dts. This requires moving parts of arch/arm64/boot/Makefile into newly created arch/arm64/boot/dts/Makefile, and updating arch/arm64/Makefile to call the new Makefile. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm64/Makefile')
-rw-r--r--arch/arm64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile
index 364191f3be43..fd3d4a1ff419 100644
--- a/arch/arm64/Makefile
+++ b/arch/arm64/Makefile
@@ -54,7 +54,7 @@ zinstall install: vmlinux
$(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
%.dtb:
- $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
+ $(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) $(boot)/dts/$@
# We use MRPROPER_FILES and CLEAN_FILES now
archclean: