Re: [PATCH] powerpc/perf: Simplify Makefile

2021-06-17 Thread Michael Ellerman
On Fri, 7 May 2021 14:01:09 + (UTC), Christophe Leroy wrote: > arch/powerpc/Kbuild decend into arch/powerpc/perf/ only when > CONFIG_PERF_EVENTS is selected, so there is not need to take > CONFIG_PERF_EVENTS into account in arch/powerpc/perf/Makefile. Applied to powerpc/next. [1/1]

Re: [PATCH] powerpc/perf: Simplify Makefile

2021-05-07 Thread Michal Suchánek
On Fri, May 07, 2021 at 02:01:09PM +, Christophe Leroy wrote: > arch/powerpc/Kbuild decend into arch/powerpc/perf/ only when > CONFIG_PERF_EVENTS is selected, so there is not need to take > CONFIG_PERF_EVENTS into account in arch/powerpc/perf/Makefile. So long as CONFIG_PERF_EVENTS stays

[PATCH] powerpc/perf: Simplify Makefile

2021-05-07 Thread Christophe Leroy
arch/powerpc/Kbuild decend into arch/powerpc/perf/ only when CONFIG_PERF_EVENTS is selected, so there is not need to take CONFIG_PERF_EVENTS into account in arch/powerpc/perf/Makefile. Signed-off-by: Christophe Leroy --- arch/powerpc/perf/Makefile | 6 ++ 1 file changed, 2 insertions(+), 4