All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] riscv: kernel: Drop unused clean rule
@ 2020-11-21 10:15 Kefeng Wang
  2020-12-11  1:43 ` Palmer Dabbelt
  0 siblings, 1 reply; 2+ messages in thread
From: Kefeng Wang @ 2020-11-21 10:15 UTC (permalink / raw)
  To: Paul Walmsley, Palmer Dabbelt, Albert Ou, linux-riscv; +Cc: Kefeng Wang

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:
-- 
2.26.2


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] riscv: kernel: Drop unused clean rule
  2020-11-21 10:15 [PATCH] riscv: kernel: Drop unused clean rule Kefeng Wang
@ 2020-12-11  1:43 ` Palmer Dabbelt
  0 siblings, 0 replies; 2+ messages in thread
From: Palmer Dabbelt @ 2020-12-11  1:43 UTC (permalink / raw)
  To: wangkefeng.wang; +Cc: linux-riscv, aou, wangkefeng.wang, Paul Walmsley

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.

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-11  1:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-21 10:15 [PATCH] riscv: kernel: Drop unused clean rule Kefeng Wang
2020-12-11  1:43 ` Palmer Dabbelt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.