diff --git a/khello/Makefile b/khello/Makefile --- a/khello/Makefile +++ b/khello/Makefile @@ -6,5 +6,9 @@ clean: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean +install: + cp khello.ko /lib/modules/$(shell uname -r)/misc/; + depmod -a + distclean: clean rm -f modules.order