So it seems that you have not built a kernel before, judging by this query.
As a suggestion please review;
http://www.digitalhermit.com/linux/K...ild-HOWTO.html
Building a kernel for the Red Hat family is a little different from the guide, the steps in order are;
make mrproper
make menuconfig
make
make modules_install
make install
Now for about a year now you also have to prep the kernel source as supplied by Red Hat and family, these steps are covered here;
http://fedora.redhat.com/docs/releas...ata/#sn-kernel
Good luck