xref: /rk3399_rockchip-uboot/arch/x86/Makefile (revision dca9220c355612beeb5b78ff1c4be54d626fbb5b)
1#
2# SPDX-License-Identifier:	GPL-2.0+
3#
4
5ifeq ($(CONFIG_EFI_APP),)
6ifdef CONFIG_$(SPL_)X86_64
7head-y := arch/x86/cpu/start64.o
8else
9head-y := arch/x86/cpu/start.o
10endif
11endif
12
13head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/start16.o
14head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/resetvec.o
15
16libs-y += arch/x86/cpu/
17libs-y += arch/x86/lib/
18