diff options
| -rw-r--r-- | .gitmodules | 2 | ||||
| -rw-r--r-- | Kbuild | 7 | ||||
| m--------- | deps/hid-tminit | 0 |
3 files changed, 7 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 998e8c6..0e0f0fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "deps/hid-tminit"] path = deps/hid-tminit - url = https://github.com/scarburato/hid-tminit + url = https://github.com/Kimplul/hid-tminit.git @@ -1,2 +1,7 @@ obj-m := hid-tmff-new.o -hid-tmff-new-y := src/hid-tmff2.o src/tmt300rs/hid-tmt300rs.o src/tmt248/hid-tmt248.o src/tmtx/hid-tmtx.o src/tmtsxw/hid-tmtsxw.o +hid-tmff-new-y := \ + src/hid-tmff2.o \ + src/tmt300rs/hid-tmt300rs.o \ + src/tmt248/hid-tmt248.o \ + src/tmtx/hid-tmtx.o \ + src/tmtsxw/hid-tmtsxw.o diff --git a/deps/hid-tminit b/deps/hid-tminit -Subproject 9375f6c7d83af5dd6c8b8fe30351d0f36043b20 +Subproject 7f894de691211445bf54e13494d67172fd5b5e5 |
