summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/Makefile
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-15 13:57:15 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:03 -0800
commit25cb74b30aa1aafe8c20bb9c71619f0711d0c8a5 (patch)
tree0e3355e7c483719cfd8ed528c749f358af97ea47 /arch/powerpc/cpu/mpc85xx/Makefile
parent4d08d5d9d5e10ba6ce6208f6b70e34da71e2b36f (diff)
downloadu-boot-imx-25cb74b30aa1aafe8c20bb9c71619f0711d0c8a5.zip
u-boot-imx-25cb74b30aa1aafe8c20bb9c71619f0711d0c8a5.tar.gz
u-boot-imx-25cb74b30aa1aafe8c20bb9c71619f0711d0c8a5.tar.bz2
powerpc: MPC8544: Move CONFIG_MPC8544 to Kconfig option
Replace CONFIG_MPC8544 with ARCH_MPC8544 in Kconfig. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/Makefile')
-rw-r--r--arch/powerpc/cpu/mpc85xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Makefile b/arch/powerpc/cpu/mpc85xx/Makefile
index 1383454..744c781 100644
--- a/arch/powerpc/cpu/mpc85xx/Makefile
+++ b/arch/powerpc/cpu/mpc85xx/Makefile
@@ -67,7 +67,7 @@ obj-$(CONFIG_SYS_FSL_QORIQ_CHASSIS2) += fsl_corenet2_serdes.o
# SoC specific SERDES support
obj-$(CONFIG_PPC_C29X) += c29x_serdes.o
obj-$(CONFIG_MPC8536) += mpc8536_serdes.o
-obj-$(CONFIG_MPC8544) += mpc8544_serdes.o
+obj-$(CONFIG_ARCH_MPC8544) += mpc8544_serdes.o
obj-$(CONFIG_ARCH_MPC8548) += mpc8548_serdes.o
obj-$(CONFIG_MPC8568) += mpc8568_serdes.o
obj-$(CONFIG_MPC8569) += mpc8569_serdes.o