2002-11-18 00:14:45 +00:00
|
|
|
#
|
2006-09-01 17:49:50 +00:00
|
|
|
# (C) Copyright 2006
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
2006-10-08 22:42:01 +00:00
|
|
|
#
|
2002-11-18 00:14:45 +00:00
|
|
|
# (C) Copyright 2002
|
2011-08-04 16:45:45 +00:00
|
|
|
# Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
2002-11-18 00:14:45 +00:00
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2002-11-18 00:14:45 +00:00
|
|
|
#
|
|
|
|
|
2013-10-21 02:53:34 +00:00
|
|
|
extra-y = start.o
|
2014-10-16 14:58:20 +00:00
|
|
|
obj-$(CONFIG_X86_RESET_VECTOR) += resetvec.o start16.o
|
2014-10-10 14:21:55 +00:00
|
|
|
obj-y += interrupts.o cpu.o call64.o
|