X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=a3287114f65d6e024dc66b674cf28e37fbb23a41;hb=c40c7bb97725cfe49729055d5d40901c0d2cda96;hp=f70351610529d82c4753d1a67783894a77cb3da6;hpb=5d8a946ffbc555ecdb555fe16ffc1efa0bb8ff31;p=procprotect.git diff --git a/Makefile b/Makefile index f703516..a328711 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ obj-m += procprotect.o all: - make -C /lib/modules/3.8.1-201.fc18.x86_64/build M=$(PWD) modules + make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules clean: - make -C /lib/modules/3.8.1-201.fc18.x86_64/build M=$(PWD) clean + make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean