summaryrefslogtreecommitdiff
path: root/pid2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pid2/Makefile')
-rw-r--r--pid2/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/pid2/Makefile b/pid2/Makefile
deleted file mode 100644
index b9e7cfd..0000000
--- a/pid2/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-obj-m += pid.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