From e8d0c9a726cd1eae410148fcc6a1db23019f0334 Mon Sep 17 00:00:00 2001 From: Guo Ren Date: Tue, 30 Oct 2018 18:46:47 +0800 Subject: 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 Reviewed-by: Rob Herring Acked-by: Arnd Bergmann --- arch/csky/boot/dts/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/csky/boot/dts') 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 -- cgit v1.2.3