29 lines
851 B
Makefile
29 lines
851 B
Makefile
####################################################################################
|
|
####################################################################################
|
|
## 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
|
|
|
|
|
|
.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
|
|
|
|
####################################################################################
|
|
####################################################################################
|