From 9e5183ee416d34b76a31fa086ba3f18218be02e4 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 9 Aug 2019 02:30:28 +0900 Subject: nds32: remove unneeded clean-files for DTB These patterns are cleaned-up by the top-level Makefile Signed-off-by: Masahiro Yamada Acked-by: Greentime Hu Signed-off-by: Greentime Hu --- arch/nds32/boot/dts/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/nds32/boot/dts/Makefile') diff --git a/arch/nds32/boot/dts/Makefile b/arch/nds32/boot/dts/Makefile index fff8ade7a84f..f84bd529b6fd 100644 --- a/arch/nds32/boot/dts/Makefile +++ b/arch/nds32/boot/dts/Makefile @@ -5,5 +5,3 @@ else BUILTIN_DTB := endif obj-$(CONFIG_OF) += $(BUILTIN_DTB) - -clean-files := *.dtb *.dtb.S -- cgit