]> git.sur5r.net Git - u-boot/blob - arch/x86/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / x86 / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2
3 ifeq ($(CONFIG_EFI_APP),)
4 ifdef CONFIG_$(SPL_)X86_64
5 head-y := arch/x86/cpu/start64.o
6 else
7 head-y := arch/x86/cpu/start.o
8 endif
9 endif
10
11 head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/start16.o
12 head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/resetvec.o
13
14 libs-y += arch/x86/cpu/
15 libs-y += arch/x86/lib/