https://github.com/torvalds/linux
Raw File
Tip revision: bc0eefc372331d5dc65f23a2ba41c95e7ba6b588 authored by mohamedalrshah on 17 July 2017, 11:34:12 UTC
Update Makefile
Tip revision: bc0eefc
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