Searched hist:e8f5bdb02ce06925e7fc5916125bdebc533d4299 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/ |
H A D | Makefile | e8f5bdb02ce06925e7fc5916125bdebc533d4299 Mon May 16 23:53:46 CDT 2005 Rik van Riel <riel@redhat.com> [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>
|