Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] Add headers_check' target to output of 'make help'

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

David Woodhouse and committed by
Linus Torvalds
271fc18e 86998aa6

+1
+1
Makefile
··· 1082 1082 @echo 'Static analysers' 1083 1083 @echo ' checkstack - Generate a list of stack hogs' 1084 1084 @echo ' namespacecheck - Name space analysis on compiled kernel' 1085 + @echo ' headers_check - Sanity check on exported headers' 1085 1086 @echo '' 1086 1087 @echo 'Kernel packaging:' 1087 1088 @$(MAKE) $(build)=$(package-dir) help