aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6282706..7410a64 100644
--- a/Makefile
+++ b/Makefile
@@ -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