interfaces: Add dependencies to rule
Make sure that the XML files are re-build when any of the scripts that are used to generated it are modified. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>main
parent
a44420fa8f
commit
696305360c
|
@ -37,7 +37,7 @@ clean:clean-all
|
||||||
clean-all:
|
clean-all:
|
||||||
rm -rf $(M_FLIST)
|
rm -rf $(M_FLIST)
|
||||||
|
|
||||||
%.xml:
|
%.xml: $(M_DEPS)
|
||||||
$(M_VIVADO) interfaces_ip.tcl >> interfaces_ip.log 2>&1
|
$(M_VIVADO) interfaces_ip.tcl >> interfaces_ip.log 2>&1
|
||||||
|
|
||||||
####################################################################################
|
####################################################################################
|
||||||
|
|
Loading…
Reference in New Issue