From 52e6af9ea2e31862f2a2f388c30e72bdea286fb5 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 23 Apr 2025 10:14:25 +0200 Subject: [PATCH] Adds Git submodule for build scripts Includes a submodule pointing to an external repository for build-related scripts. Sets up the submodule path and URL for integration into the project. --- .gitmodules | 3 +++ build | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 build diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e3dddbe --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "build"] + path = build + url = https://git.0xmax42.io/maxp/Xilinx-ISE-Build.git diff --git a/build b/build new file mode 160000 index 0000000..54949f4 --- /dev/null +++ b/build @@ -0,0 +1 @@ +Subproject commit 54949f43c0a900256c15d5d964c6b1da95d27473