diff options
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 |