From 325ff3875a954532b0139677ee22d511d655bd50 Mon Sep 17 00:00:00 2001 From: rozlette Date: Sun, 11 Nov 2018 16:44:24 -0600 Subject: [PATCH] Add asm-processor submodule --- .gitmodules | 3 +++ tools/asm-processor | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 tools/asm-processor diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..96a5ff99b5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tools/asm-processor"] + path = tools/asm-processor + url = https://github.com/simonlindholm/asm-processor.git diff --git a/tools/asm-processor b/tools/asm-processor new file mode 160000 index 0000000000..a2877f3268 --- /dev/null +++ b/tools/asm-processor @@ -0,0 +1 @@ +Subproject commit a2877f3268b0cd4a4b41c3f7def456493144f444