From: Sapan Bhatia Date: Wed, 12 Dec 2012 21:42:57 +0000 (-0500) Subject: Fixed makefile X-Git-Tag: procprotect-0.3-1~2 X-Git-Url: http://git.onelab.eu/?p=procprotect.git;a=commitdiff_plain;h=9397b5e741ae0e8532fcb2646a2ab79d52825ff8 Fixed makefile --- diff --git a/Makefile b/Makefile index 1e4339a..a328711 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ obj-m += procprotect.o all: - make -C /usr/src/kernels/3.6.2-1.fc16.x86_64 M=$(PWD) modules + make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules clean: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean