From f92e9e9e490ee12b69295f195c9be4f71d784ed9 Mon Sep 17 00:00:00 2001 From: Jeff Hatch Date: Tue, 24 Nov 2020 08:13:56 -0600 Subject: Add Makefile changes for supercap worker object file to build --- io-module/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io-module') 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 -- cgit v1.2.3