diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ obj-m += proc_explorer.o obj-m += pid_demo.o obj-m += proc_monitor.o obj-m += proc_hider.o +obj-m += stealth_launcher.o all: make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules |