2014-09-05 13:52:34 +08:00
|
|
|
#
|
|
|
|
# Copyright 2014 Freescale Semiconductor, Inc.
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-y += cpu.o
|
|
|
|
obj-y += clock.o
|
|
|
|
obj-y += timer.o
|
2014-10-22 18:20:22 +08:00
|
|
|
obj-y += fsl_epu.o
|
2015-12-05 14:59:10 +08:00
|
|
|
obj-y += soc.o
|
2014-09-05 13:52:34 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_OF_LIBFDT) += fdt.o
|
|
|
|
obj-$(CONFIG_SYS_HAS_SERDES) += fsl_ls1_serdes.o ls102xa_serdes.o
|
2014-12-03 15:00:47 +08:00
|
|
|
obj-$(CONFIG_SPL) += spl.o
|
2015-06-04 12:01:09 +08:00
|
|
|
|
|
|
|
ifdef CONFIG_ARMV7_PSCI
|
2016-08-19 17:20:33 +08:00
|
|
|
obj-y += psci.o ls102xa_psci.o
|
2015-06-04 12:01:09 +08:00
|
|
|
endif
|