khello/Makefile
author Markus Bröker <mbroeker@largo.dyndns.tv>
Tue, 09 Jun 2009 12:43:34 +0200
changeset 99 d99503984cd5
parent 98 0e8eddac99cb
permissions -rw-r--r--
ltmain.sh changed It's currently a symbolic link 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