diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,11 @@ obj-m += pid_hider.o +obj-m += proc_explorer.o +obj-m += pid_demo.o +obj-m += proc_monitor.o +obj-m += proc_hider.o all: - make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules + make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules clean: - make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
\ No newline at end of file + make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean
\ No newline at end of file |