Switch to submodule for build process and update .gitignore

Refactored project build process by incorporating an external Xilinx ISE Makefile repository as a git submodule. This change encompasses the removal of the existing in-repo Makefile as it has become redundant. Additionally, adjusted .gitignore to account for the new directory structure used by the submodule. These updates streamline build management and ensure consistency with external build tools.
This commit is contained in:
2024-03-12 20:55:04 +01:00
parent 0bd6288443
commit aeea87325a
4 changed files with 5 additions and 244 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "build"]
path = build
url = git@github.com:PxaMMaxP/Xilinx-ISE-Makefile.git