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