blob: 35ff18a7b3b7cd3788bdf7f0bb50eb5504c51195 [file] [log] [blame]
Christophe Leroy069fa832017-07-06 10:23:22 +02001#
2# (C) Copyright 2000-2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# SPDX-License-Identifier: GPL-2.0+
6#
7
8extra-y += start.o
9extra-y += traps.o
10obj-y += cpu.o
11obj-y += cpu_init.o
Christophe Leroy069fa832017-07-06 10:23:22 +020012obj-$(CONFIG_OF_LIBFDT) += fdt.o
Christophe Leroyba4dafb2017-07-06 10:33:09 +020013obj-$(CONFIG_CMD_IMMAP) += immap.o
Christophe Leroy069fa832017-07-06 10:23:22 +020014obj-y += interrupts.o
Christophe Leroy069fa832017-07-06 10:23:22 +020015obj-y += speed.o
Christophe Leroy0ae15b92017-07-13 15:10:00 +020016obj-y += cache.o