]> Git Repo - u-boot.git/blob - arch/x86/Makefile
dm: Add support for all targets which requires MANUAL_RELOC
[u-boot.git] / arch / x86 / Makefile
1 #
2 # SPDX-License-Identifier:      GPL-2.0+
3 #
4
5 head-y := arch/x86/cpu/start.o
6 ifeq ($(CONFIG_SPL_BUILD),y)
7 head-y += arch/x86/cpu/start16.o
8 head-y += arch/x86/cpu/resetvec.o
9 endif
10
11 libs-y += arch/x86/cpu/
12 libs-y += arch/x86/lib/
This page took 0.030556 seconds and 4 git commands to generate.