summaryrefslogtreecommitdiff
path: root/arch/riscv/Makefile
diff options
context:
space:
mode:
authorKefeng Wang <wangkefeng.wang@huawei.com>2020-11-04 09:15:00 +0300
committerPalmer Dabbelt <palmerdabbelt@google.com>2020-11-09 22:54:45 +0300
commit2c42bcbb95ec748fc84dc061b431ae4f8ae5551a (patch)
treed98d866c8c8a8c48057cbeec968744f2cafa48d8 /arch/riscv/Makefile
parentc18d7c17c005f4988ea2716d94d3e598eb6d5c90 (diff)
downloadlinux-2c42bcbb95ec748fc84dc061b431ae4f8ae5551a.tar.xz
riscv: Clean up boot dir
Let's remove all files under riscv boot dir by using archclean rule. Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Reviewed-by: Atish Patra <atish.patra@wdc.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
Diffstat (limited to 'arch/riscv/Makefile')
-rw-r--r--arch/riscv/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/riscv/Makefile b/arch/riscv/Makefile
index 0d9ecb959962..8c29e553ef7f 100644
--- a/arch/riscv/Makefile
+++ b/arch/riscv/Makefile
@@ -101,3 +101,6 @@ Image.%: Image
zinstall install:
$(Q)$(MAKE) $(build)=$(boot) $@
+
+archclean:
+ $(Q)$(MAKE) $(clean)=$(boot)