Re: [1/3] powerpc: make CPU selection logic generic in Makefile

2018-08-08 Thread Michael Ellerman
On Thu, 2018-06-07 at 10:10:18 UTC, Christophe Leroy wrote: > At the time being, when adding a new CPU for selection, both > Kconfig.cputype and Makefile have to be modified. > > This patch moves into Kconfig.cputype the name of the CPU to me > passed to the -mcpu= argument. > > Signed-off-by:

Re: [PATCH 1/3] powerpc: make CPU selection logic generic in Makefile

2018-08-07 Thread Michael Ellerman
Christophe Leroy writes: > At the time being, when adding a new CPU for selection, both > Kconfig.cputype and Makefile have to be modified. > > This patch moves into Kconfig.cputype the name of the CPU to me > passed to the -mcpu= argument. > > Signed-off-by: Christophe Leroy > --- >

Re: [PATCH 1/3] powerpc: make CPU selection logic generic in Makefile

2018-06-07 Thread Nicholas Piggin
On Thu, 7 Jun 2018 10:10:18 + (UTC) Christophe Leroy wrote: > At the time being, when adding a new CPU for selection, both > Kconfig.cputype and Makefile have to be modified. > > This patch moves into Kconfig.cputype the name of the CPU to me > passed to the -mcpu= argument. Seems like a

[PATCH 1/3] powerpc: make CPU selection logic generic in Makefile

2018-06-07 Thread Christophe Leroy
At the time being, when adding a new CPU for selection, both Kconfig.cputype and Makefile have to be modified. This patch moves into Kconfig.cputype the name of the CPU to me passed to the -mcpu= argument. Signed-off-by: Christophe Leroy --- arch/powerpc/Makefile | 8 +---