1# SPDX-License-Identifier: GPL-2.0+ 2# 3# (C) Copyright 2000-2006 4# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 5 6extra-y = start.o 7obj-y = irq.o 8obj-y += interrupts.o cache.o exception.o timer.o 9obj-$(CONFIG_SPL_BUILD) += spl.o 10