projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.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
|
blame
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index 8fd2dbf7eb5b411053ad697b493012e42dcf678c..77491e311791ee807d8ee082b4bae7e966d499d2 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