u-boot-brain/arch/powerpc/cpu
Masahiro Yamada e8a8b8246a 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>
2013-12-16 08:59:42 -05:00
..
74xx_7xx PowerPC: merge commonly-defined flags 2013-12-13 09:17:32 -05:00
mpc5xx PowerPC: merge commonly-defined flags 2013-12-13 09:17:32 -05:00
mpc5xxx PowerPC: merge commonly-defined flags 2013-12-13 09:17:32 -05:00
mpc8xx PowerPC: merge commonly-defined flags 2013-12-13 09:17:32 -05:00
mpc8xxx Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU) 2013-12-16 08:59:42 -05:00
mpc83xx PowerPC: merge commonly-defined flags 2013-12-13 09:17:32 -05:00
mpc85xx PowerPC: merge commonly-defined flags 2013-12-13 09:17:32 -05:00
mpc86xx PowerPC: merge commonly-defined flags 2013-12-13 09:17:32 -05:00
mpc512x PowerPC: merge commonly-defined flags 2013-12-13 09:17:32 -05:00
mpc824x PowerPC: merge commonly-defined flags 2013-12-13 09:17:32 -05:00
mpc8260 PowerPC: merge commonly-defined flags 2013-12-13 09:17:32 -05:00
ppc4xx PowerPC: merge commonly-defined flags 2013-12-13 09:17:32 -05:00
Makefile Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU) 2013-12-16 08:59:42 -05:00