diff options
author | John Klug <john.klug@multitech.com> | 2018-05-23 10:14:11 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-05-23 10:14:11 -0500 |
commit | c31d619c83ba2a6c7c803082e804d18da657a389 (patch) | |
tree | f1b751dd1f3ae58a6e722b201b0e64b759ae03b4 /io-module/Makefile | |
parent | 27a24df1a2c713b070559fc5404258d7b691c833 (diff) | |
download | mts-io-c31d619c83ba2a6c7c803082e804d18da657a389.tar.gz mts-io-c31d619c83ba2a6c7c803082e804d18da657a389.tar.bz2 mts-io-c31d619c83ba2a6c7c803082e804d18da657a389.zip |
Merge in global logic mts-io hotspot code.2.0.5
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 |