Welcome to LinuxQuestions.org,
There are some instructions for compiling the kernel in /usr/src/linux/README. Usually it's something like this:
Code:
su
cd /usr/src/linux
make xconfig
# edit Makefile (you can add a EXTRAVERSION indentifier)
make dep
make bzImage
make modules
make modules_install
# copy your kernel and set up boot loader