summaryrefslogtreecommitdiff
path: root/handlers/Makefile
diff options
context:
space:
mode:
author0xwille2011-06-24 13:57:37 +0200
committer0xwille2011-06-24 13:57:37 +0200
commitc73b83935734bf0a9b56183a2535dd0daba221fe (patch)
tree17962f67c24fcee8bd0ff292332365294cc366b7 /handlers/Makefile
downloadlkm-c73b83935734bf0a9b56183a2535dd0daba221fe.tar.gz
Commit inicial
Diffstat (limited to 'handlers/Makefile')
-rw-r--r--handlers/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/handlers/Makefile b/handlers/Makefile
new file mode 100644
index 0000000..10043eb
--- /dev/null
+++ b/handlers/Makefile
@@ -0,0 +1,8 @@
+obj-m += chardev.o
+obj-m += procfs1.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