summaryrefslogtreecommitdiffstats
path: root/DNA/linux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'DNA/linux/Makefile')
-rw-r--r--DNA/linux/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/DNA/linux/Makefile b/DNA/linux/Makefile
deleted file mode 100644
index 2ed4c9fb..00000000
--- a/DNA/linux/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-obj-m += krebs.o
-
-all:
- make -C /lib/modules/$(shell uname -r)/build M=$(PWD)
-
-clean:
- make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean