On Sun, 2006-09-17 at 11:52 +0200, Geert Uytterhoeven wrote:
> > asm-m68k/page.h requires asm-generic/page.h, which does not exist
> 
> Like this?

Looks sane to me, yes. Thanks. Care to add a Signed-off-by and send it
to Linus?

> BTW, what about adding headers_check to `make help'?

Yeah, good idea.

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

Signed-off-by: David Woodhouse <[EMAIL PROTECTED]>

diff --git a/Makefile b/Makefile
index eab5a8c..7646fc9 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


-- 
dwmw2

-
To unsubscribe from this list: send the line "unsubscribe linux-arch" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to