kbuild: add arch/$ARCH/include to search path
authorSam Ravnborg <sam@ravnborg.org>
Sun, 22 Jun 2008 19:48:26 +0000 (21:48 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Fri, 25 Jul 2008 20:12:35 +0000 (22:12 +0200)
This patch conclude the support for

   arch/$ARCH/include

Note: The individual architectures will most likely require
      a few minor patches to support locating header files in
      arch/$ARCH/include

Testing shows that it worked out-of-the-box for sparc.
x86 required a few trivial changes in the arch
specific Makefile and a few include paths had to be adjusted.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile

diff --cc Makefile
Simple merge