]> git.sur5r.net Git - u-boot/blob - arch/x86/Makefile
x86: Move commands from under arch/x86 to cmd/x86/
[u-boot] / arch / x86 / Makefile
1 #
2 # SPDX-License-Identifier:      GPL-2.0+
3 #
4
5 ifeq ($(CONFIG_EFI_APP),)
6 ifdef CONFIG_$(SPL_)X86_64
7 head-y := arch/x86/cpu/start64.o
8 else
9 head-y := arch/x86/cpu/start.o
10 endif
11 endif
12
13 head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/start16.o
14 head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/resetvec.o
15
16 libs-y += arch/x86/cpu/
17 libs-y += arch/x86/lib/