makefile: added
parent
79a07e737d
commit
73b31cfea0
|
@ -0,0 +1,29 @@
|
||||||
|
####################################################################################
|
||||||
|
####################################################################################
|
||||||
|
## Copyright 2011(c) Analog Devices, Inc.
|
||||||
|
## Auto-generated, do not modify!
|
||||||
|
## Wed Apr 1 16:22:09 2015
|
||||||
|
####################################################################################
|
||||||
|
####################################################################################
|
||||||
|
|
||||||
|
.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
|
||||||
|
|
||||||
|
####################################################################################
|
||||||
|
####################################################################################
|
Loading…
Reference in New Issue