aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Makefile b/src/Makefile
deleted file mode 100644
index 5e2ab40..0000000
--- a/src/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-KDIR ?= /lib/modules/$(shell uname -r)/build
-
-all: hid-tminit
- $(MAKE) -C $(KDIR) M=$(shell pwd) modules
-
-install: hid-tminit
- $(MAKE) -C $(KDIR) M=$(shell pwd) modules_install
- depmod -A
-
-clean: hid-tminit
- $(MAKE) -C $(KDIR) M=$(shell pwd) clean
-
-
-.PHONY: hid-tminit
-hid-tminit:
- $(MAKE) -C hid-tminit KDIR="$(KDIR)" $(MAKECMDGOALS)