]> Git Repo - J-u-boot.git/blob - arch/x86/Makefile
ARM: Add CONFIG_ARMV7_SECURE_MAX_SIZE and check size of secure section
[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 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/
This page took 0.028238 seconds and 4 git commands to generate.