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
Lars-Peter Clausen 2017-05-23 11:10:02 +02:00
parent 5ba1c4fef3
commit 7020f94968
1 changed files with 1 additions and 1 deletions

View File

@ -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
#################################################################################### ####################################################################################