On Tue, Feb 18, 2003 at 07:01:36PM +0200, Shaul Karl wrote: > I believe it worked for me in the past. However today I have tried it > with some other module and got: > > kernel-source-2.4.20$ make SUBDIRS=drivers/pnp modules > gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o > scripts/split-include scripts/split-include.c > make: *** No rule to make target `include/linux/autoconf.h', needed by > `include/config/MARKER'. Stop.
Your kernel is not configured. You need to run 'make oldconfig', and maybe also 'make dep'. Depends on the version, but is harmless if not needed so you can do it anyway. -- Muli Ben-Yehuda http://www.mulix.org http://syscalltrack.sf.net ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]