Kernel make error.
I am running Slackware 10.2, kernel 2.6.15.6, and I am trying to compile my kernel. When I try to run "make menuconfig" or "make config", I get this error. root@Sagasto:/usr/src/linux# make menuconfig
.config:966: *** missing separator. Stop.
make: *** [scripts_basic] Error 2
root@Sagasto:/usr/src/linux#
Here is what that section of the make file looks like. I numbered the lines myself.
962# Modules not configured
963# ---------------------------------------------------------------------------
modules modules_install: FORCE
966 @echo
@echo "The present kernel configuration has modules disabled."
@echo "Type 'make config' and enable loadable module support."
@echo "Then build a kernel with module support enabled."
@echo
@exit 1
endif # CONFIG_MODULES
Any Ideas? Thank you.
|