A while back I had to build the marvell driver for a system I put
together. You don't need the kernel source for this. For FC3 you just
need to link the header files to /usr/src/linux so the driver can find
them.
ln -s /lib/modules/VERSIONOFKERNEL/build /usr/src/linux
The VERSIONOFKERNEL needs to be replaced with the specific kernel
version you are building the driver for.
Thanks for the reply,I will try this.
Thanks & Regards
Ankush Grover