pluto_hdl_adi/projects/fmcomms7/Makefile

24 lines
741 B
Makefile
Raw Normal View History

2015-04-01 20:26:59 +00:00
####################################################################################
####################################################################################
## Copyright 2011(c) Analog Devices, Inc.
## Auto-generated, do not modify!
## Wed Apr 1 16:22:09 2015
####################################################################################
####################################################################################
.PHONY: all
all:
make -C zc706 all
.PHONY: clean
clean: clean-all
.PHONY: clean-all
clean-all:
make -C zc706 clean-all
####################################################################################
####################################################################################