https://github.com/torvalds/linux
Raw File
Tip revision: 50167000e1f0c7ccf9179ae5f545a5723323b855 authored by jadr2ddude on 28 March 2016, 20:19:40 UTC
Add -lintl to Allow the Info to Compile
Tip revision: 5016700
Kconfig
#
# 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