diff options
| author | RaySlash <stevemathewjoy@gmail.com> | 2023-10-04 14:47:20 +1000 |
|---|---|---|
| committer | RaySlash <stevemathewjoy@gmail.com> | 2023-10-04 14:49:04 +1000 |
| commit | 0c1382901e189557037343029fa86a7d249892b7 (patch) | |
| tree | 168b98ec4f2fded3aeb7aeae66dc2e15fd622702 | |
| parent | e0422e1b84272c14790a172e76c340caebd5a4fd (diff) | |
| download | hid-tmff2-0c1382901e189557037343029fa86a7d249892b7.tar.gz hid-tmff2-0c1382901e189557037343029fa86a7d249892b7.zip | |
deps: update tminit to hid-tminit
| -rw-r--r-- | .gitmodules | 4 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| 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 @@ -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 |
