1*83d290c5STom Rini# SPDX-License-Identifier: GPL-2.0+ 2907208c4SChristophe Leroy# 3907208c4SChristophe Leroy# (C) Copyright 2000-2006 4907208c4SChristophe Leroy# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 5907208c4SChristophe Leroy 6907208c4SChristophe Leroyextra-y += start.o 7907208c4SChristophe Leroyextra-y += traps.o 8907208c4SChristophe Leroyobj-y += cpu.o 9907208c4SChristophe Leroyobj-y += cpu_init.o 10907208c4SChristophe Leroyobj-$(CONFIG_OF_LIBFDT) += fdt.o 11debd1f3cSChristophe Leroyobj-$(CONFIG_CMD_IMMAP) += immap.o 12907208c4SChristophe Leroyobj-y += interrupts.o 13907208c4SChristophe Leroyobj-y += speed.o 141e7cefefSChristophe Leroyobj-y += cache.o 15