On Wed, 2005-06-22 at 08:50 -0700, Brad Dameron wrote:
I am trying to compile IET (iSCSI Enterprise Target) on a SuSe 9.3 box. It requires the kernel to be compiled to create the module. However the kernel source is for the default kernel and not the SMP kernel I am running. I noticed there is a linux-obj directory which has the SMP directory with a .config and some other files. How can I compile the kernel as a SMP kernel from the linux-obj directory? Or is there a different way to do this?
The kernel sources in /usr/src/linux are not for any particular kernel, it is the output of the build that determines the kernel type. Do the following: cd /usr/src/linux make cloneconfig make prepare-all and you should be all set. Let us know if you need further help. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge