Cc: Jeff Dike <jdike@...>, Linus Torvalds <torvalds@...>, Harvey Harrison <harvey.harrison@...>, Paul Mackerras <paulus@...>, Takashi Iwai <tiwai@...>, <linux-kernel@...>
On Thu, May 22, 2008 at 06:26:07AM +0100, Al Viro wrote:
If you create a structure along the following lines you can drop
the symlinks:
arch/um/include/{i386,x86_64}/sysdep/
The cost is a directory extra - but I assume we will find
more that fits the {i386,x86_64} folders
And then we just change KBUILD_CFLAGS -I ... depending on target.
All the dependency checks than "just works" and if arch changes
then all the proper files will get rebuild.
Sam
--