From: Stephen Warren Date: Tue, 27 Nov 2012 23:29:12 +0000 (-0700) Subject: arm64: use new common dtc rule X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~89^2~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da4cbc6d58f88fa666fcc57505de5b6c1b3d73ee;p=pandora-kernel.git 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 Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Stephen Warren Signed-off-by: Rob Herring --- Reading git-diff-tree failed