From 1a2ee6f4725fd82249347152c0447a1e35928123 Mon Sep 17 00:00:00 2001 From: Robert Winkler Date: Thu, 10 Sep 2020 19:24:49 +0200 Subject: [PATCH] Add make-env submodule Signed-off-by: Robert Winkler --- .gitmodules | 3 +++ third_party/make-env | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/make-env diff --git a/.gitmodules b/.gitmodules index 0dcbfef..c13cdb4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,3 +15,6 @@ [submodule "source/vtr-verilog-to-routing"] path = source/vtr-verilog-to-routing url = ../vtr-verilog-to-routing +[submodule "third_party/make-env"] + path = third_party/make-env + url = https://github.com/SymbiFlow/make-env/ diff --git a/third_party/make-env b/third_party/make-env new file mode 160000 index 0000000..0696632 --- /dev/null +++ b/third_party/make-env @@ -0,0 +1 @@ +Subproject commit 069663287b59b07e67c15fc88ec9faf850ca1580