]> git.sur5r.net Git - u-boot/blob - Makefile
d104a497301dd3e41b828a03beda6178e40fbae8
[u-boot] / 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 ifeq ($(CONFIG_SPL_BUILD),y)
9 head-y += arch/x86/cpu/start16.o
10 head-y += arch/x86/cpu/resetvec.o
11 endif
12
13 libs-y += arch/x86/cpu/
14 libs-y += arch/x86/lib/