xref: /openbmc/u-boot/arch/x86/Makefile (revision 3dcdd17b)
1e19db555SDaniel Schwierzeck#
2e19db555SDaniel Schwierzeck# SPDX-License-Identifier:	GPL-2.0+
3e19db555SDaniel Schwierzeck#
4e19db555SDaniel Schwierzeck
5*3dcdd17bSBen Stoltzifeq ($(CONFIG_EFI_APP),)
6e19db555SDaniel Schwierzeckhead-y := arch/x86/cpu/start.o
7*3dcdd17bSBen Stoltzendif
8e19db555SDaniel Schwierzeckifeq ($(CONFIG_SPL_BUILD),y)
9e19db555SDaniel Schwierzeckhead-y += arch/x86/cpu/start16.o
10e19db555SDaniel Schwierzeckhead-y += arch/x86/cpu/resetvec.o
11e19db555SDaniel Schwierzeckendif
12e19db555SDaniel Schwierzeck
13e19db555SDaniel Schwierzecklibs-y += arch/x86/cpu/
14e19db555SDaniel Schwierzecklibs-y += arch/x86/lib/
15