xref: /rk3399_rockchip-uboot/arch/x86/Makefile (revision e8d056989a7302eda4e3ed263a375fd175a4e15f)
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