diff mbox series

riscv: kernel: Drop unused clean rule

Message ID 20201121101519.165053-1-wangkefeng.wang@huawei.com (mailing list archive)
State New, archived
Headers show
Series riscv: kernel: Drop unused clean rule | expand

Commit Message

Kefeng Wang Nov. 21, 2020, 10:15 a.m. UTC
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
 arch/riscv/kernel/Makefile | 2 --
 1 file changed, 2 deletions(-)

Comments

Palmer Dabbelt Dec. 11, 2020, 1:43 a.m. UTC | #1
On Sat, 21 Nov 2020 02:15:19 PST (-0800), wangkefeng.wang@huawei.com wrote:
> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
> ---
>  arch/riscv/kernel/Makefile | 2 --
>  1 file changed, 2 deletions(-)
>
> 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:

Thanks, this is on for-next.
diff mbox series

Patch

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: