m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fd80694..d269ea1 100644
--- a/Makefile
+++ b/Makefile
@@ -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 .