summaryrefslogtreecommitdiff
path: root/pidevice/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 /pidevice/Makefile
parent00d5bce9f24e2114316bd1165ebdad05644b7365 (diff)
downloadlkm-a722d196c465bae07075819a8bdfb9e9376d2651.tar.gz
AƱadidos pidevice y hang
Diffstat (limited to 'pidevice/Makefile')
-rw-r--r--pidevice/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/pidevice/Makefile b/pidevice/Makefile
new file mode 100644
index 0000000..55bcfe5
--- /dev/null
+++ b/pidevice/Makefile
@@ -0,0 +1,7 @@
+obj-m += pidevice.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