summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8/fsl-layerscape/Makefile
diff options
context:
space:
mode:
authorMingkai Hu <mingkai.hu@nxp.com>2016-07-05 08:01:55 (GMT)
committerYork Sun <york.sun@nxp.com>2016-07-26 16:02:23 (GMT)
commitb528b9377df0e738c6904a639a1e78810936f825 (patch)
treeab3f786883fc5988efad56848cdc65dff803e34f /arch/arm/cpu/armv8/fsl-layerscape/Makefile
parentda4d620c90eb6dd9466a89837ab8667048d856e3 (diff)
downloadu-boot-fsl-qoriq-b528b9377df0e738c6904a639a1e78810936f825.tar.xz
armv8: fsl_lsch2: Add LS1046A SoC support
The LS1046A processor is built on the QorIQ LS series architecture combining four ARM A72 processor cores with DPAA 1.0 support. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Signed-off-by: Mihai Bantea <mihai.bantea@freescale.com> Signed-off-by: Mingkai Hu <mingkai.hu@nxp.com> Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/cpu/armv8/fsl-layerscape/Makefile')
-rw-r--r--arch/arm/cpu/armv8/fsl-layerscape/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Makefile b/arch/arm/cpu/armv8/fsl-layerscape/Makefile
index bcf6b48..8c1317f 100644
--- a/arch/arm/cpu/armv8/fsl-layerscape/Makefile
+++ b/arch/arm/cpu/armv8/fsl-layerscape/Makefile
@@ -33,3 +33,7 @@ endif
ifneq ($(CONFIG_LS1012A),)
obj-$(CONFIG_SYS_HAS_SERDES) += ls1012a_serdes.o
endif
+
+ifneq ($(CONFIG_LS1046A),)
+obj-$(CONFIG_SYS_HAS_SERDES) += ls1046a_serdes.o
+endif