projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99a10a6
)
[PATCH] uml shouldn't do HEADERS_CHECK
author
Al Viro
<viro@ftp.linux.org.uk>
Thu, 12 Oct 2006 18:10:04 +0000
(19:10 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 13 Oct 2006 15:35:38 +0000
(08:35 -0700)
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>
lib/Kconfig.debug
patch
|
blob
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index
8fd2dbf
..
77491e3
100644
(file)
--- 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