# SPDX-License-Identifier: GPL-2.0+ | |
# | |
# (C) Copyright 2000-2006 | |
# Wolfgang Denk, DENX Software Engineering, wd@denx.de. | |
extra-y += start.o | |
extra-y += traps.o | |
obj-y += cpu.o | |
obj-y += cpu_init.o | |
obj-$(CONFIG_OF_LIBFDT) += fdt.o | |
obj-$(CONFIG_CMD_IMMAP) += immap.o | |
obj-y += interrupts.o | |
obj-y += speed.o | |
obj-y += cache.o |