diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -KDIR ?= /lib/modules/`uname -r`/build +KDIR ?= linux default: $(MAKE) -C $(KDIR) M=$$PWD @@ -6,5 +6,5 @@ default: clean: $(MAKE) -C $(KDIR) M=$$PWD clean -tags: harddoom.c - ctags -R $(KDIR) . +tags: pci.c pci.h char.c char.h harddoom_main.c + ctags -R linux . |