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.
This commit is contained in:
2025-04-23 10:14:25 +02:00
parent 35ea8fbd69
commit 52e6af9ea2
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "build"]
path = build
url = https://git.0xmax42.io/maxp/Xilinx-ISE-Build.git

1
build Submodule

Submodule build added at 54949f43c0