summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/ls102xa/Makefile
blob: 2d557827495303955390213be15350de6acd80e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Copyright 2014 Freescale Semiconductor, Inc.
#
# SPDX-License-Identifier:      GPL-2.0+
#

obj-y	+= cpu.o
obj-y	+= clock.o
obj-y	+= timer.o
obj-y	+= fsl_epu.o

obj-$(CONFIG_OF_LIBFDT) += fdt.o
obj-$(CONFIG_SYS_HAS_SERDES) += fsl_ls1_serdes.o ls102xa_serdes.o
obj-$(CONFIG_SPL) += spl.o

ifdef CONFIG_ARMV7_PSCI
obj-y  += psci.o
endif
OpenPOWER on IntegriCloud