• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0+
2
3ifeq ($(CONFIG_EFI_APP),)
4ifdef CONFIG_$(SPL_)X86_64
5head-y := arch/x86/cpu/start64.o
6else
7head-y := arch/x86/cpu/start.o
8endif
9endif
10
11head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/start16.o
12head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/resetvec.o
13
14libs-y += arch/x86/cpu/
15libs-y += arch/x86/lib/
16