https://github.com/torvalds/linux
Raw File
Tip revision: 50355b9a86d1720631042d9487dad6fd93e1d064 authored by H.J. Lu on 07 February 2018, 22:20:09 UTC
x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
Tip revision: 50355b9
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top