2014-09-05 05:52:34 +00: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 10:20:22 +00:00
|
|
|
obj-y += fsl_epu.o
|
2015-12-05 06:59:10 +00:00
|
|
|
obj-y += soc.o
|
2014-09-05 05:52:34 +00:00
|
|
|
|
|
|
|
obj-$(CONFIG_OF_LIBFDT) += fdt.o
|
|
|
|
obj-$(CONFIG_SYS_HAS_SERDES) += fsl_ls1_serdes.o ls102xa_serdes.o
|
2014-12-03 07:00:47 +00:00
|
|
|
obj-$(CONFIG_SPL) += spl.o
|
2015-06-04 04:01:09 +00:00
|
|
|
|
|
|
|
ifdef CONFIG_ARMV7_PSCI
|
2016-08-19 09:20:33 +00:00
|
|
|
obj-y += psci.o ls102xa_psci.o
|
2015-06-04 04:01:09 +00:00
|
|
|
endif
|