diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-13 20:12:23 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-13 20:12:23 +0300 |
| commit | fdbe50d06f4394c355a66c38d5867d17414051c2 (patch) | |
| tree | 401592639465218aec6ae94a9e3a2e516f17b029 | |
| parent | cefd172e99cb6bac2570b04c8a062ac43151e20c (diff) | |
| parent | 0c7a48d8b3c4e487370c1e1d90eae3cc9feab1b7 (diff) | |
| download | hid-tmff2-fdbe50d06f4394c355a66c38d5867d17414051c2.tar.gz hid-tmff2-fdbe50d06f4394c355a66c38d5867d17414051c2.zip | |
Merge branch 't128'
| -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 |
