--- Makefile.org Fri Jan 18 08:10:22 2002 +++ Makefile Sun Aug 4 02:15:40 2002 @@ -6,8 +6,6 @@ # -# The location of the kernel headers: -LINUX_HEADERS=/usr/src/linux/include # This is the directory into which the modules will be installed. # The magic invocation will return something like this: @@ -22,6 +20,9 @@ CC = gcc +# The location of the kernel headers: +#LINUX_HEADERS=/usr/include +LINUX_HEADERS=/usr/src/linux-$(LINUXVERSION)/include CFLAGS = -D__KERNEL__ -I$(LINUX_HEADERS) -Wall -Wstrict-prototypes \ -O2 -fomit-frame-pointer -pipe -march=i586 -malign-functions=4 \