From 99cdda0dd70b65b111a1b705f0ad12f835acd4ed Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sun, 27 Sep 2020 18:06:35 -0600 Subject: [PATCH] uggh. now it doesn't track the submodule when I move it --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2f8bb1f..6998d4f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "asm/elf2hex"] - path = asm/elf2hex +[submodule "test/elf2hex"] + path = test/elf2hex url = https://github.com/sifive/elf2hex.git