Ian Campbell <[EMAIL PROTECTED]> wrote: > New kernels will look for a Kbuild file in preference to a Makefile so > you could move all the stuff between "ifneq" and "else" into a file > named Kbuild in the same directory and replace it in Makefile2.6 with > "include Kbuild" which keeps backwards compatibility with kernels that > don't do this. See Documentation/kbuild/modules.txt.
Good point. I've done that, and tweaked it a bit. -- Tyler Trafford
Makefile2.6
Description: Binary data
Kbuild
Description: Binary data
