blob: d104a497301dd3e41b828a03beda6178e40fbae8 [file] [log] [blame]
Daniel Schwierzecke19db552014-11-21 23:51:33 +01001#
2# SPDX-License-Identifier: GPL-2.0+
3#
4
Ben Stoltz3dcdd172015-08-04 12:33:46 -06005ifeq ($(CONFIG_EFI_APP),)
Daniel Schwierzecke19db552014-11-21 23:51:33 +01006head-y := arch/x86/cpu/start.o
Ben Stoltz3dcdd172015-08-04 12:33:46 -06007endif
Daniel Schwierzecke19db552014-11-21 23:51:33 +01008ifeq ($(CONFIG_SPL_BUILD),y)
9head-y += arch/x86/cpu/start16.o
10head-y += arch/x86/cpu/resetvec.o
11endif
12
13libs-y += arch/x86/cpu/
14libs-y += arch/x86/lib/