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.
4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
[submodule "build"]
|
|
path = build
|
|
url = git@github.com:PxaMMaxP/Xilinx-ISE-Makefile.git
|