blob: fe5b61816c3efcd560d43a8a4fb1ed3ed0eaf9a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2010-11-30 22:42:21.000000000 +0000
+++ Makefile 2010-11-30 22:43:08.000000000 +0000
@@ -16,7 +16,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
ifndef KDIR
-KDIR = /lib/modules/$(shell uname -r)/build
+KDIR = /lib/modules/2.6.36-LinHES/build
endif
ifneq "t" "$(shell test -e ${KDIR}/include/linux/stddef.h && echo t)"
$(error incorrect KDIR)
|