# HG changeset patch # User Markus Bröker # Date 1244544150 -7200 # Node ID 0e8eddac99cbcb2ceccc911d2031768395106b06 # Parent f883331a1bf2d47a9bc7adb8efd56973b7aa48d4 Install Target added The simple module can be autoinstalled into the proper section committer: Markus Bröker 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