[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210118053841.tae5t3riew5adtfr@vireshk-i7>
Date:   Mon, 18 Jan 2021 11:08:41 +0530
From:   Viresh Kumar <viresh.kumar@...aro.org>
To:     Stephen Rothwell <sfr@...b.auug.org.au>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: Re: linux-next: build failure after merge of the oprofile-removal
 tree
On 18-01-21, 16:31, Stephen Rothwell wrote:
> Hi all,
> 
> After merging the oprofile-removal tree, today's linux-next build
> (powerpc allyesconfig) failed like this:
> 
> make[4]: *** No rule to make target 'arch/powerpc/platforms/cell/spu_notify.o', needed by 'arch/powerpc/platforms/cell/built-in.a'.
> 
> Caused by commit
> 
>   43d297a9e028 ("arch: powerpc: Stop building and using oprofile")
> 
> I have applied the following patch for today.
> 
> From: Stephen Rothwell <sfr@...b.auug.org.au>
> Date: Mon, 18 Jan 2021 16:19:34 +1100
> Subject: [PATCH] arch: powercp: update cell Makefile for the removal of
>  spu_notify.c
> 
> Fixes: 43d297a9e028 ("arch: powerpc: Stop building and using oprofile")
> Signed-off-by: Stephen Rothwell <sfr@...b.auug.org.au>
> ---
>  arch/powerpc/platforms/cell/Makefile | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/powerpc/platforms/cell/Makefile b/arch/powerpc/platforms/cell/Makefile
> index 10064a33ca96..7ea6692f67e2 100644
> --- a/arch/powerpc/platforms/cell/Makefile
> +++ b/arch/powerpc/platforms/cell/Makefile
> @@ -19,7 +19,6 @@ spu-priv1-$(CONFIG_PPC_CELL_COMMON)	+= spu_priv1_mmio.o
>  spu-manage-$(CONFIG_PPC_CELL_COMMON)	+= spu_manage.o
>  
>  obj-$(CONFIG_SPU_BASE)			+= spu_callbacks.o spu_base.o \
> -					   spu_notify.o \
>  					   spu_syscalls.o \
>  					   $(spu-priv1-y) \
>  					   $(spu-manage-y) \
Thanks Stephen. I have already fixed this and pushed the change earlier this
morning. The latest tree should already have this fixed.
-- 
viresh
Powered by blists - more mailing lists