From: David Woodhouse Date: Tue, 19 Sep 2006 03:12:19 +0000 (-0700) Subject: [PATCH] Add headers_check' target to output of 'make help' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=271fc18eead0aa330758a3b9d8a57ffe315a1978;p=linux-beck.git [PATCH] Add headers_check' target to output of 'make help' Signed-off-by: David Woodhouse Cc: Sam Ravnborg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Makefile b/Makefile index a086e3212af3..47e21c04014e 100644 --- a/Makefile +++ b/Makefile @@ -1082,6 +1082,7 @@ help: @echo 'Static analysers' @echo ' checkstack - Generate a list of stack hogs' @echo ' namespacecheck - Name space analysis on compiled kernel' + @echo ' headers_check - Sanity check on exported headers' @echo '' @echo 'Kernel packaging:' @$(MAKE) $(build)=$(package-dir) help