2004-04-18 21:13:41 +00:00
|
|
|
#
|
2006-09-01 17:49:50 +00:00
|
|
|
# (C) Copyright 2000-2006
|
2004-04-18 21:13:41 +00:00
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2004-04-18 21:13:41 +00:00
|
|
|
#
|
|
|
|
|
2013-10-21 02:53:30 +00:00
|
|
|
extra-y = start.o
|
|
|
|
obj-y = irq.o
|
|
|
|
obj-y += cpu.o interrupts.o cache.o exception.o timer.o
|
2014-01-21 06:30:37 +00:00
|
|
|
obj-$(CONFIG_SPL_BUILD) += spl.o
|