khello/Makefile
changeset 98 0e8eddac99cb
parent 50 a38f102556e5
--- 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