xref: /openbmc/u-boot/arch/x86/Makefile (revision 664ab2c992d1e06c4381f66c93d2e155fc7722e1)
1#
2# SPDX-License-Identifier:	GPL-2.0+
3#
4
5ifeq ($(CONFIG_EFI_APP),)
6head-y := arch/x86/cpu/start.o
7endif
8ifeq ($(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/
15