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-Tag: v2.6.18~8 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=271fc18eead0aa330758a3b9d8a57ffe315a1978;p=linux-2.6 [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 a086e3212a..47e21c0401 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