summaryrefslogtreecommitdiff
path: root/pid2/Makefile
diff options
context:
space:
mode:
authorGuillermo Ramos2011-07-20 21:46:28 +0200
committerGuillermo Ramos2011-07-20 21:46:28 +0200
commit00d5bce9f24e2114316bd1165ebdad05644b7365 (patch)
tree8ac2742f30517069505d31b9387f28743a95b03f /pid2/Makefile
parent389cc1ba8d9e673f1313fd966820c6d9d463525f (diff)
downloadlkm-00d5bce9f24e2114316bd1165ebdad05644b7365.tar.gz
AƱadido pid2 y ejemplos de oreilly
Diffstat (limited to 'pid2/Makefile')
-rw-r--r--pid2/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/pid2/Makefile b/pid2/Makefile
new file mode 100644
index 0000000..b9e7cfd
--- /dev/null
+++ b/pid2/Makefile
@@ -0,0 +1,7 @@
+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