summaryrefslogtreecommitdiff
path: root/hello/Makefile
diff options
context:
space:
mode:
author0xwille2011-07-08 18:46:53 +0200
committer0xwille2011-07-08 18:46:53 +0200
commitc8f116e17b471704abbb3b1508733aa1bddda7da (patch)
treefa78154afe30d58ea047abaeb105c9995a9a6969 /hello/Makefile
parentf1e9e18f1ad00ec9d78cd76105b3934980d2e09b (diff)
downloadlkm-c8f116e17b471704abbb3b1508733aa1bddda7da.tar.gz
AƱadidas cosicas y gitignore
Diffstat (limited to 'hello/Makefile')
-rw-r--r--hello/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/hello/Makefile b/hello/Makefile
index d63aa3d..f6299e0 100644
--- a/hello/Makefile
+++ b/hello/Makefile
@@ -2,6 +2,7 @@ obj-m += hello-1.o
obj-m += hello-2.o
obj-m += hello-3.o
obj-m += hello-4.o
+obj-m += hello-chardev.o
obj-m += startstop.o
startstop-objs := start.o stop.o