pluto_hdl_adi/projects/daq2/Makefile

29 lines
851 B
Makefile
Raw Normal View History

2015-04-01 20:26:43 +00:00
####################################################################################
####################################################################################
## Copyright 2011(c) Analog Devices, Inc.
## Auto-generated, do not modify!
####################################################################################
####################################################################################
.PHONY: all
all:
-make -C kc705 all
-make -C kcu105 all
-make -C vc707 all
-make -C zc706 all
2015-04-01 20:26:43 +00:00
.PHONY: clean
clean: clean-all
.PHONY: clean-all
clean-all:
make -C kc705 clean-all
make -C kcu105 clean-all
make -C vc707 clean-all
make -C zc706 clean-all
####################################################################################
####################################################################################