The internals of the module only support interfaces in the latest kernel.
[procprotect.git] / Makefile
1 obj-m += procprotect.o
2
3 all:
4         make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
5
6 clean:
7         make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean