]> git.sur5r.net Git - u-boot/blob - arch/arm/cpu/armv8/fsl-layerscape/Makefile
armv8/fsl_lsch3: Change arch to fsl-layerscape
[u-boot] / arch / arm / cpu / armv8 / fsl-layerscape / Makefile
1 #
2 # Copyright 2014-2015, Freescale Semiconductor
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 obj-y += cpu.o
8 obj-y += lowlevel.o
9 obj-y += soc.o
10 obj-$(CONFIG_MP) += mp.o
11 obj-$(CONFIG_OF_LIBFDT) += fdt.o
12 obj-$(CONFIG_SPL) += spl.o
13
14 ifneq ($(CONFIG_FSL_LSCH3),)
15 obj-y += fsl_lsch3_speed.o
16 obj-$(CONFIG_SYS_HAS_SERDES) += fsl_lsch3_serdes.o
17 endif
18
19 ifneq ($(CONFIG_LS2085A),)
20 obj-$(CONFIG_SYS_HAS_SERDES) += ls2085a_serdes.o
21 endif