From 83f8b415563703d9efdf258a60f10fcca264565d Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Thu, 22 Oct 2020 00:35:52 -0400 Subject: Add submodules. Remember to use git clone --recurse-submodules now. --- .gitmodules | 6 ++++++ smt_analysis/plotille | 1 + wbinvd | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 smt_analysis/plotille create mode 160000 wbinvd diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ebc7523 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "smt_analysis/plotille"] + path = smt_analysis/plotille + url = https://github.com/tammoippen/plotille.git +[submodule "wbinvd"] + path = wbinvd + url = https://github.com/JoshuaJB/wbinvd.git diff --git a/smt_analysis/plotille b/smt_analysis/plotille new file mode 160000 index 0000000..41f50df --- /dev/null +++ b/smt_analysis/plotille @@ -0,0 +1 @@ +Subproject commit 41f50df2f5b499425465f506a9aae5acf1a39c0b diff --git a/wbinvd b/wbinvd new file mode 160000 index 0000000..fa4dd26 --- /dev/null +++ b/wbinvd @@ -0,0 +1 @@ +Subproject commit fa4dd264cfb430f3e86de70033b8bf5bba3db780 -- cgit v1.2.2