diff options
| author | 2019-08-09 02:30:28 +0900 | |
|---|---|---|
| committer | 2019-11-21 16:03:27 +0800 | |
| commit | 9e5183ee416d34b76a31fa086ba3f18218be02e4 (patch) | |
| tree | 3006234fff1b22014d17183c6176abf985e2926f | |
| parent | Linux 5.4-rc8 (diff) | |
nds32: remove unneeded clean-files for DTB
These patterns are cleaned-up by the top-level Makefile
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Greentime Hu <green.hu@gmail.com>
Signed-off-by: Greentime Hu <green.hu@gmail.com>
| -rw-r--r-- | arch/nds32/boot/dts/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
