diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-10-12 19:10:04 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-13 08:35:38 -0700 |
commit | 1b95817dd76084c10cb8dc899f429bcc85454741 (patch) | |
tree | 5e1b64ae9ebb0cd9c0bee53c6de4f986b6cf8195 /lib/Kconfig.debug | |
parent | 99a10a60ba9bedcf5d70ef81414d3e03816afa3f (diff) |
[PATCH] uml shouldn't do HEADERS_CHECK
The lack of asm-um/Kbuild is deliberate.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 8fd2dbf7eb5..77491e31179 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -373,6 +373,7 @@ config FORCED_INLINING config HEADERS_CHECK bool "Run 'make headers_check' when building vmlinux" + depends on !UML help This option will extract the user-visible kernel headers whenever building the kernel, and will run basic sanity checks on them to |