]> Git Repo - J-u-boot.git/blob - arch/x86/Makefile
x86: Use X86_16BIT_INIT instead of X86_RESET_VECTOR
[J-u-boot.git] / arch / x86 / Makefile
1 #
2 # SPDX-License-Identifier:      GPL-2.0+
3 #
4
5 ifeq ($(CONFIG_EFI_APP),)
6 head-y := arch/x86/cpu/start.o
7 endif
8 head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/start16.o
9 head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/resetvec.o
10
11 libs-y += arch/x86/cpu/
12 libs-y += arch/x86/lib/
This page took 0.023925 seconds and 4 git commands to generate.