>
> If I want to put a kernel in some other place than /usr/src/linux,
> it will fail at make dep because the drivers/block/aztcd.c file has a
> hard-coded include file in it, some place around line 140:
>
>
Have you ever heard of symbolic links?
Put the kernel into some other directory and then create a link
from /usr/src/linux to that.
Like ln -s /wherever_the_kernel_is /usr/src/linux
Or just change the entry in the include file.
Regards,
-------------------------------------------------------------
| ______ \|/ Jochen F. Toppe |
-----| \|/ / oO \ -@~ |-----
| | ~@- / \ / E-Mail: jtoppe@ro.com | |
-----| \_< \____/ >_/ jtoppe@cs.uah.edu |-----
| \____U___/ WWW: http://www.cs.uah.edu/~jtoppe |
-------------------------------------------------------------