aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/Makefile
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2015-10-13 13:24:16 -0500
committerRob Herring <robh@kernel.org>2018-10-02 09:22:49 -0500
commit1acf1cf8638a801e67666425d8663f813e1dae8a (patch)
tree8e2508235215e1acc3c759a7eb272e44754444c0 /arch/powerpc/boot/dts/Makefile
parentLinux 4.19-rc2 (diff)
downloadlinux-dev-1acf1cf8638a801e67666425d8663f813e1dae8a.tar.xz
linux-dev-1acf1cf8638a801e67666425d8663f813e1dae8a.zip
powerpc: build .dtb files in dts directory
Align powerpc with other architectures which build the dtb files in the same directory as the dts files. This is also in line with most other build targets which are located in the same directory as the source. This move will help enable the 'dtbs' target which builds all the dtbs regardless of kernel config. This transition could break some scripts if they expect dtb files in the old location. Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/boot/dts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/Makefile b/arch/powerpc/boot/dts/Makefile
new file mode 100644
index 000000000000..f66554cd5c45
--- /dev/null
+++ b/arch/powerpc/boot/dts/Makefile
@@ -0,0 +1 @@
+# SPDX-License-Identifier: GPL-2.0