Re: [PATCH] perf build: fix out of tree build

From: Arnaldo Carvalho de Melo
Date: Mon Mar 18 2024 - 17:25:46 EST


On Mon, Mar 18, 2024 at 05:24:56PM +0000, Oliver Upton wrote:
> On Thu, Mar 14, 2024 at 03:20:12PM -0700, Ethan Adams wrote:
> > It seems that a previous modification to sysreg-defs, which corrected
> > emitting the headaer to the specified output directory, exposed missing
>
> typo: header

fixed

> > subdir, prefix variables. This breaks out of tree builds of perf as the
> > file is now built into the output directory, but still tries to descend
> > into output directory as a subdir.
> >
> > Fixes: a29ee6aea703 ("perf build: Ensure sysreg-defs Makefile respects output dir")
> > Tested-by: Tycho Andersen <tycho@tycho.pizza>
> > Reviewed-by: Tycho Andersen <tycho@tycho.pizza>
> > Signed-off-by: Ethan Adams <j.ethan.adams@xxxxxxxxx>
>
> Reviewed-by: Oliver Upton <oliver.upton@xxxxxxxxx>

Thanks, applied to perf-tools-next,

- Arnaldo