KDIR ?= /lib/modules/`uname -r`/build default: $(MAKE) -C $(KDIR) M=$$PWD clean: $(MAKE) -C $(KDIR) M=$$PWD clean tags: harddoom.c ctags -R $(KDIR) .