diff options
author | John Klug <john.klug@multitech.com> | 2021-09-03 04:59:39 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-09-03 05:02:41 -0500 |
commit | 1d2d4cb343e6d8b290e801a7dc776f9fb0aa8999 (patch) | |
tree | e584dc2b9e399a37817fe2c4dccaa2e645702c1b /io-module/Makefile | |
parent | bc918398a517f618ac102cde2ade494924a85a0c (diff) | |
download | mts-io-1d2d4cb343e6d8b290e801a7dc776f9fb0aa8999.tar.gz mts-io-1d2d4cb343e6d8b290e801a7dc776f9fb0aa8999.tar.bz2 mts-io-1d2d4cb343e6d8b290e801a7dc776f9fb0aa8999.zip |
radio reset monitor feature and MTRV1-0.4 hardware4.7.0
Diffstat (limited to 'io-module/Makefile')
-rw-r--r-- | io-module/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/Makefile b/io-module/Makefile index 0c05414..e45e789 100644 --- a/io-module/Makefile +++ b/io-module/Makefile @@ -1,6 +1,6 @@ obj-m := mts_io.o -mts_io-objs := buttons.o mts-io.o mts_supercap.o +mts_io-objs := buttons.o mts-io.o mts_supercap.o radio_udev_discovery.o clean: rm -f *.ko *.o |