makefile: added

main
Rejeesh Kutty 2015-04-01 16:26:39 -04:00
parent 2c8939f246
commit 47331d951a
1 changed files with 37 additions and 0 deletions

37
projects/adv7511/Makefile Normal file
View File

@ -0,0 +1,37 @@
####################################################################################
####################################################################################
## Copyright 2011(c) Analog Devices, Inc.
## Auto-generated, do not modify!
## Wed Apr 1 16:22:09 2015
####################################################################################
####################################################################################
.PHONY: all
all:
make -C ac701 all
make -C kc705 all
make -C kcu105 all
make -C mitx045 all
make -C vc707 all
make -C zc702 all
make -C zc706 all
make -C zed all
.PHONY: clean
clean: clean-all
.PHONY: clean-all
clean-all:
make -C ac701 clean-all
make -C kc705 clean-all
make -C kcu105 clean-all
make -C mitx045 clean-all
make -C vc707 clean-all
make -C zc702 clean-all
make -C zc706 clean-all
make -C zed clean-all
####################################################################################
####################################################################################