2002-02-17 23:22:29 +00:00
|
|
|
#
|
2006-09-01 17:49:50 +00:00
|
|
|
# (C) Copyright 2006
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
2002-02-17 23:22:29 +00:00
|
|
|
# (C) Copyright 2001
|
|
|
|
# Josh Huber <huber@mclx.com>, Mission Critical Linux, Inc.
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2002-02-17 23:22:29 +00:00
|
|
|
#
|
|
|
|
|
2013-10-17 08:35:04 +00:00
|
|
|
extra-y = start.o
|
|
|
|
obj-y = cache.o kgdb.o io.o
|
|
|
|
obj-y += traps.o cpu.o cpu_init.o speed.o interrupts.o
|