On Wed, Oct 17, 2007 at 08:33:18AM -0700, Badari Pulavarty wrote:
I saw that too after a git pull a couple of days ago.
The following worked for me:
make mrproper
cp /proc/config.gz .config.gz (i was running 2.6.23 release kernel)
gunzip .config.gz
make silentoldconfig
make
regards,
Andre
-