diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-08-08 20:30:28 +0300 |
---|---|---|
committer | Greentime Hu <greentime.hu@sifive.com> | 2019-11-21 11:03:27 +0300 |
commit | 9e5183ee416d34b76a31fa086ba3f18218be02e4 (patch) | |
tree | 3006234fff1b22014d17183c6176abf985e2926f /arch/nds32 | |
parent | af42d3466bdc8f39806b26f593604fdc54140bcb (diff) | |
download | linux-9e5183ee416d34b76a31fa086ba3f18218be02e4.tar.xz |
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>
Diffstat (limited to 'arch/nds32')
-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 |