master/Makefile
changeset 191 ca805255a935
parent 180 786d4cba38fb
child 196 f8a1e9f364a3
--- a/master/Makefile	Tue Apr 11 14:39:17 2006 +0000
+++ b/master/Makefile	Wed Apr 12 10:40:32 2006 +0000
@@ -33,7 +33,7 @@
 KERNEL := $(shell uname -r)
 endif
 
-KERNELDIR = /lib/modules/$(KERNEL)/build
+KERNELDIR := /lib/modules/$(KERNEL)/build
 
 modules:
 	$(MAKE) -C $(KERNELDIR) M=`pwd`