aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaySlash <stevemathewjoy@gmail.com>2023-10-04 14:47:20 +1000
committerRaySlash <stevemathewjoy@gmail.com>2023-10-04 14:49:04 +1000
commit0c1382901e189557037343029fa86a7d249892b7 (patch)
tree168b98ec4f2fded3aeb7aeae66dc2e15fd622702
parente0422e1b84272c14790a172e76c340caebd5a4fd (diff)
downloadhid-tmff2-0c1382901e189557037343029fa86a7d249892b7.tar.gz
hid-tmff2-0c1382901e189557037343029fa86a7d249892b7.zip
deps: update tminit to hid-tminit
-rw-r--r--.gitmodules4
-rw-r--r--Makefile2
m---------deps/hid-tminit (renamed from deps/tminit)0
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 047c0f3..998e8c6 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
-[submodule "deps/tminit"]
- path = deps/tminit
+[submodule "deps/hid-tminit"]
+ path = deps/hid-tminit
url = https://github.com/scarburato/hid-tminit
diff --git a/Makefile b/Makefile
index ddd0091..63f9b60 100644
--- a/Makefile
+++ b/Makefile
@@ -13,4 +13,4 @@ clean: hid-tminit
.PHONY: hid-tminit
hid-tminit:
- $(MAKE) -C deps/tminit KDIR="$(KDIR)" $(MAKECMDGOALS)
+ $(MAKE) -C deps/hid-tminit KDIR="$(KDIR)" $(MAKECMDGOALS)
diff --git a/deps/tminit b/deps/hid-tminit
-Subproject 9375f6c7d83af5dd6c8b8fe30351d0f36043b20
+Subproject 9375f6c7d83af5dd6c8b8fe30351d0f36043b20