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