89ad5f7836
Currently the IP component dependency in the Makefile system is the Vivado project file. The project file is only a intermediary product in producing the IP component definition file. If building the component definition file fails or the process is aborted half way through it is possible that the Vivado project file for the IP component exists, but the IP component definition file does not. In this case there will be no attempt to build the IP component definition file when building a project that has a dependency on the IP component. Building the project will fail in this case. To avoid this update the Makefile rules so that the IP component definition file is used as the dependency. In this case the IP component will be re-build if the component definition file does not exist, even if the project file exists. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
||
---|---|---|
.. | ||
adi_env.tcl | ||
adi_ip.tcl | ||
adi_ip_alt.tcl | ||
library.mk |