--- modules/Makefile.old 2004-06-12 17:02:14.215504144 -0400 +++ modules/Makefile 2004-06-12 17:04:29.567927448 -0400 @@ -27,7 +27,7 @@ CFLAGS += -DOS_NOREDEFS # Configure location of current 2.4 kernel source directory for compiling -KERNELSRC := /lib/modules/$(shell uname -r)/build +KERNELSRC := ${T}/linux KERNELSRC_EXISTS := $(shell test -r ${KERNELSRC}/include/linux/version.h && echo yes || echo no)