xref: /openbmc/u-boot/arch/x86/Makefile (revision a5c289b9)
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