summaryrefslogtreecommitdiff
path: root/pid2/Makefile
diff options
context:
space:
mode:
authorGuillermo Ramos2011-08-10 22:43:05 +0200
committerGuillermo Ramos2011-08-10 22:43:05 +0200
commita722d196c465bae07075819a8bdfb9e9376d2651 (patch)
tree560016efba95aff18637c5c7ee8ce7b623cb931f /pid2/Makefile
parent00d5bce9f24e2114316bd1165ebdad05644b7365 (diff)
downloadlkm-a722d196c465bae07075819a8bdfb9e9376d2651.tar.gz
AƱadidos pidevice y hang
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