lkm_rootkit/Makefile

8 lines
157 B
Makefile
Raw Permalink Normal View History

obj-m += rootmeplz.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean