summaryrefslogtreecommitdiffstats
path: root/arch/csky/boot
diff options
context:
space:
mode:
authorGuo Ren2018-10-30 11:46:47 +0100
committerGuo Ren2018-11-01 03:52:27 +0100
commite8d0c9a726cd1eae410148fcc6a1db23019f0334 (patch)
treecc7043cc67d65213fff7c5f3f5f434ed279630b5 /arch/csky/boot
parentcsky: remove builtin-dtb Kbuild (diff)
downloadkernel-qcow2-linux-e8d0c9a726cd1eae410148fcc6a1db23019f0334.tar.gz
kernel-qcow2-linux-e8d0c9a726cd1eae410148fcc6a1db23019f0334.tar.xz
kernel-qcow2-linux-e8d0c9a726cd1eae410148fcc6a1db23019f0334.zip
csky: use common dtb build rules
Remove the Kbuild rules in arch/csky and use common dtb build rules. This modification is based on: commit 37c8a5fafa3b ("kbuild: consolidate Devicetree dtb build rules") Signed-off-by: Guo Ren <ren_guo@c-sky.com> Reviewed-by: Rob Herring <robh@kernel.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/csky/boot')
-rw-r--r--arch/csky/boot/dts/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/csky/boot/dts/Makefile b/arch/csky/boot/dts/Makefile
index 19a7f028ee20..c57ad3c880bf 100644
--- a/arch/csky/boot/dts/Makefile
+++ b/arch/csky/boot/dts/Makefile
@@ -1,6 +1,3 @@
dtstree := $(srctree)/$(src)
dtb-y := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
-
-always += $(dtb-y)
-clean-files += *.dtb *.dtb.S