These are the steps I am doing to compile the linux source on my machine :
1. Copy the config file from /boot to /usr/src/kernels/2.6.29.4-167.fc11.i586/ directory
2. make oldconfig
3. make
Step 3 fails with the following error : make[1]: *** No rule to make target `missing-syscalls'. Stop.
Compiling on a x86 box. Any suggestions ? Please feel free to close this question if it does not belong here.