Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)
Convert like follows:
CPU mpc83xx -> CONFIG_MPC83xx
CPU mpc85xx -> CONFIG_MPC85xx
CPU mpc86xx -> CONFIG_MPC86xx
CPU mpc5xxx -> CONFIG_MPC5xxx
CPU mpc8xx -> CONFIG_8xx
CPU mpc8260 -> CONFIG_8260
CPU ppc4xx -> CONFIG_4xx
CPU x86 -> CONFIG_X86
ARCH x86 -> CONFIG_X86
ARCH powerpc -> CONFIG_PPC
Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com>
Showing
- Makefile 4 additions, 8 deletionsMakefile
- arch/powerpc/cpu/Makefile 3 additions, 3 deletionsarch/powerpc/cpu/Makefile
- arch/powerpc/cpu/mpc8xxx/Makefile 2 additions, 4 deletionsarch/powerpc/cpu/mpc8xxx/Makefile
- examples/standalone/Makefile 13 additions, 13 deletionsexamples/standalone/Makefile
- post/Makefile 3 additions, 3 deletionspost/Makefile
- spl/Makefile 5 additions, 12 deletionsspl/Makefile
Loading
Please register or sign in to comment