Merge branch '2020-07-01-kconfig-etc-updates' into next
[platform/kernel/u-boot.git] / arch / x86 / cpu / config.mk
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2002
4 # Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
5
6 # DO NOT MODIFY THE FOLLOWING UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!
7 LDPPFLAGS += -DRESET_SEG_START=$(CONFIG_RESET_SEG_START)
8 LDPPFLAGS += -DRESET_VEC_LOC=$(CONFIG_RESET_VEC_LOC)
9 LDPPFLAGS += -DSTART_16=$(CONFIG_SYS_X86_START16)
10
11 ifdef CONFIG_X86_64
12 ifndef CONFIG_SPL_BUILD
13 LDSCRIPT = $(srctree)/arch/x86/cpu/u-boot-64.lds
14 endif
15 endif