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