diff options
author | 0xwille | 2011-07-08 18:46:53 +0200 |
---|---|---|
committer | 0xwille | 2011-07-08 18:46:53 +0200 |
commit | c8f116e17b471704abbb3b1508733aa1bddda7da (patch) | |
tree | fa78154afe30d58ea047abaeb105c9995a9a6969 /hello/Makefile | |
parent | f1e9e18f1ad00ec9d78cd76105b3934980d2e09b (diff) | |
download | lkm-c8f116e17b471704abbb3b1508733aa1bddda7da.tar.gz |
AƱadidas cosicas y gitignore
Diffstat (limited to 'hello/Makefile')
-rw-r--r-- | hello/Makefile | 1 |
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 |