From: Kefeng Wang Date: Sat, 21 Nov 2020 10:15:19 +0000 (+0800) Subject: riscv: kernel: Drop unused clean rule X-Git-Tag: howlett/maple_spf/20210104~259^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=772e1b7c426762159e5150ecff5268e6e1f361d3;p=users%2Fjedix%2Flinux-maple.git riscv: kernel: Drop unused clean rule Signed-off-by: Kefeng Wang Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/kernel/Makefile b/arch/riscv/kernel/Makefile index fa896c5f7ccb..f6caf4d9ca15 100644 --- a/arch/riscv/kernel/Makefile +++ b/arch/riscv/kernel/Makefile @@ -56,5 +56,3 @@ obj-$(CONFIG_KGDB) += kgdb.o obj-$(CONFIG_JUMP_LABEL) += jump_label.o obj-$(CONFIG_EFI) += efi.o - -clean: