aboutsummaryrefslogtreecommitdiff
path: root/khm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'khm/Makefile')
-rw-r--r--khm/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/khm/Makefile b/khm/Makefile
deleted file mode 100644
index 74ffd5f..0000000
--- a/khm/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-obj-m += test.o
-test-objs := khm.o test_khm.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