diff options
Diffstat (limited to 'io-module/Makefile')
-rw-r--r-- | io-module/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/io-module/Makefile b/io-module/Makefile index 5d036f4..7e6693d 100644 --- a/io-module/Makefile +++ b/io-module/Makefile @@ -1,5 +1,7 @@ obj-m := mts_io.o +mts_io-objs := buttons.o mts-io.o + clean: rm -f *.ko *.o |