khello/Makefile
author Markus Bröker <mbroeker@largo.dyndns.tv>
Wed, 26 May 2010 14:57:53 +0200
changeset 127 162c0af185d7
parent 98 0e8eddac99cb
permissions -rw-r--r--
view/.gitignore: ignore the projects binary committer: Markus Bröker <mbroeker@largo.homelinux.org>

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