khello/Makefile
author Markus Brökers <mbroeker@largo.homelinux.org>
Wed, 18 Aug 2010 18:17:51 +0200
changeset 143 88d9b8bfa7a5
parent 98 0e8eddac99cb
permissions -rw-r--r--
a md5 demo is already in lsflib/tools

obj-m += khello.o

all:
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules

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