https://github.com/torvalds/linux
Revision 67327145c4af673d9c4ef06537ca8c5818f97668 authored by Linus Torvalds on 22 December 2016, 18:03:52 UTC, committed by Linus Torvalds on 22 December 2016, 18:03:52 UTC
Pull SElinux fix from James Morris:
 "From Paul:
   'A small SELinux patch to fix some clang/llvm compiler warnings and
    ensure the tools under scripts work well in the face of kernel
    changes'"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
  selinux: use the kernel headers when building scripts/selinux
2 parent s eb254f3 + bfc5e3a
Raw File
Tip revision: 67327145c4af673d9c4ef06537ca8c5818f97668 authored by Linus Torvalds on 22 December 2016, 18:03:52 UTC
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Tip revision: 6732714
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