diff options
author | Jeff Hatch <jhatch@multitech.com> | 2020-11-24 08:13:56 -0600 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2020-11-24 08:13:56 -0600 |
commit | f92e9e9e490ee12b69295f195c9be4f71d784ed9 (patch) | |
tree | fffc1d4551fb802aa985c506889abede22f8e09f /io-module | |
parent | 0394c05709eee33051718172b699c76e79750e39 (diff) | |
download | mts-io-f92e9e9e490ee12b69295f195c9be4f71d784ed9.tar.gz mts-io-f92e9e9e490ee12b69295f195c9be4f71d784ed9.tar.bz2 mts-io-f92e9e9e490ee12b69295f195c9be4f71d784ed9.zip |
Add Makefile changes for supercap worker object file to build4.5.0
Diffstat (limited to 'io-module')
-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 7e6693d..0c05414 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_io-objs := buttons.o mts-io.o mts_supercap.o clean: rm -f *.ko *.o |