]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7/ls102xa/Makefile
2311468ac98ee6a4577a46e1d166a44f06d45585
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / ls102xa / Makefile
1 #
2 # Copyright 2014 Freescale Semiconductor, Inc.
3 #
4 # SPDX-License-Identifier: GPL-2.0+
5 #
6
7 obj-y += cpu.o
8 obj-y += clock.o
9 obj-y += timer.o
10 obj-y += fsl_epu.o
11
12 obj-$(CONFIG_SCSI_AHCI_PLAT) += ls102xa_sata.o
13 obj-$(CONFIG_OF_LIBFDT) += fdt.o
14 obj-$(CONFIG_SYS_HAS_SERDES) += fsl_ls1_serdes.o ls102xa_serdes.o
15 obj-$(CONFIG_SPL) += spl.o
16
17 ifdef CONFIG_ARMV7_PSCI
18 obj-y += psci.o
19 endif