Re: linux-next: build failure after merge of the powerpc tree

From: Christophe Leroy
Date: Fri Feb 22 2019 - 02:37:58 EST




Le 22/02/2019 à 08:14, Stephen Rothwell a écrit :
Hi all,

After merging the powerpc tree, today's linux-next build (powerpc
allyesconfig) failed like this:

make[4]: *** No rule to make target 'arch/powerpc/mm/ptdump/core.o', needed by 'arch/powerpc/mm/ptdump/built-in.a'.

Caused by commit

5df1cfa43394 ("powerpc: Move page table dump files in a dedicated subdirectory")

I have reverted that commit for today.


In the Makefile, replace core.o by ptdump.o (or rename the file ptdump.c to core.c). Michael, what was your intention ?

Christophe