diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-10-12 14:10:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-13 11:35:38 -0400 |
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 8fd2dbf7eb5b..77491e311791 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -373,6 +373,7 @@ config FORCED_INLINING | |||
373 | 373 | ||
374 | config HEADERS_CHECK | 374 | config HEADERS_CHECK |
375 | bool "Run 'make headers_check' when building vmlinux" | 375 | bool "Run 'make headers_check' when building vmlinux" |
376 | depends on !UML | ||
376 | help | 377 | help |
377 | This option will extract the user-visible kernel headers whenever | 378 | This option will extract the user-visible kernel headers whenever |
378 | building the kernel, and will run basic sanity checks on them to | 379 | building the kernel, and will run basic sanity checks on them to |