2013-12-14 03:47:35 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2000-2003
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
|
|
|
extra-y := start.o
|
|
|
|
|
|
|
|
obj-y += cpu.o
|
|
|
|
obj-y += generic_timer.o
|
|
|
|
obj-y += cache_v8.o
|
|
|
|
obj-y += exceptions.o
|
|
|
|
obj-y += cache.o
|
|
|
|
obj-y += tlb.o
|
|
|
|
obj-y += transition.o
|
2015-10-14 16:55:46 +00:00
|
|
|
obj-y += fwcall.o
|
2014-11-13 03:28:40 +00:00
|
|
|
|
2015-10-26 11:47:50 +00:00
|
|
|
obj-$(CONFIG_FSL_LAYERSCAPE) += fsl-layerscape/
|
2016-06-05 00:43:00 +00:00
|
|
|
obj-$(CONFIG_S32V234) += s32v234/
|
2015-06-10 10:20:57 +00:00
|
|
|
obj-$(CONFIG_ARCH_ZYNQMP) += zynqmp/
|
2015-07-30 17:55:20 +00:00
|
|
|
obj-$(CONFIG_TARGET_HIKEY) += hisilicon/
|