]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Makefile include path ordering
authorRik van Riel <riel@redhat.com>
Tue, 17 May 2005 04:53:46 +0000 (21:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 17 May 2005 14:59:19 +0000 (07:59 -0700)
commit5ca61f5e21383676d69983482b4028718ea2eddd
treee9baf463f7058f658c63823cf6019bd7317b82cf
parentea731c41b1386253ee82bf265677ad5981739c49
[PATCH] Makefile include path ordering

The arch Makefile may override the include path order, which is used by Xen
(and UML?) to make sure include/asm-xen is searched before
include/asm-i386.

The Makefile change to 2.6.12-rc4 made the top Makefile always override the
value specified by the arch Makefile.  This trivial patch makes the Xen
kernel compile again.

Signed-off-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile