makefile: added

main
Rejeesh Kutty 2015-04-01 16:26:33 -04:00
parent a10c7a4245
commit b0db485e0d
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
####################################################################################
####################################################################################
## Copyright 2011(c) Analog Devices, Inc.
## Auto-generated, do not modify!
## Wed Apr 1 16:22:09 2015
####################################################################################
####################################################################################
M_DEPS := util_i2c_mixer_ip.tcl
M_DEPS += ../scripts/adi_env.tcl
M_DEPS += ../scripts/adi_ip.tcl
M_DEPS += util_i2c_mixer.vhd
C_VIVADO := vivado -mode batch -script
.PHONY: all
all: util_i2c_mixer.xpr
.PHONY: clean
clean:
$(C_VIVADO) $(CLEAN_SCRIPT)
util_i2c_mixer.xpr: $(M_DEPS)
$(C_VIVADO) $(CLEAN_SCRIPT)
$(C_VIVADO) util_i2c_mixer_ip.tcl
####################################################################################
####################################################################################