blob: 8918a26288faecbdd97255210531997db46b9bfc [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Christophe Leroy907208c2017-07-06 10:23:22 +02002#
3# (C) Copyright 2000-2006
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
Christophe Leroy907208c2017-07-06 10:23:22 +02005
6extra-y += start.o
7extra-y += traps.o
8obj-y += cpu.o
9obj-y += cpu_init.o
Christophe Leroy907208c2017-07-06 10:23:22 +020010obj-$(CONFIG_OF_LIBFDT) += fdt.o
Christophe Leroydebd1f32017-07-06 10:33:09 +020011obj-$(CONFIG_CMD_IMMAP) += immap.o
Christophe Leroy907208c2017-07-06 10:23:22 +020012obj-y += interrupts.o
Christophe Leroy907208c2017-07-06 10:23:22 +020013obj-y += speed.o
Christophe Leroy1e7cefe2017-07-13 15:10:00 +020014obj-y += cache.o