From 0c1382901e189557037343029fa86a7d249892b7 Mon Sep 17 00:00:00 2001 From: RaySlash Date: Wed, 4 Oct 2023 14:47:20 +1000 Subject: deps: update tminit to hid-tminit --- .gitmodules | 4 ++-- Makefile | 2 +- deps/hid-tminit | 1 + deps/tminit | 1 - 4 files changed, 4 insertions(+), 4 deletions(-) create mode 160000 deps/hid-tminit delete mode 160000 deps/tminit 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/hid-tminit b/deps/hid-tminit new file mode 160000 index 0000000..9375f6c --- /dev/null +++ b/deps/hid-tminit @@ -0,0 +1 @@ +Subproject commit 9375f6c7d83af5dd6c8b8fe30351d0f36043b20a diff --git a/deps/tminit b/deps/tminit deleted file mode 160000 index 9375f6c..0000000 --- a/deps/tminit +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9375f6c7d83af5dd6c8b8fe30351d0f36043b20a -- cgit v1.3