makefile: added

main
Rejeesh Kutty 2015-04-01 16:26:47 -04:00
parent 6391b9aa9d
commit e596a1c593
1 changed files with 23 additions and 0 deletions

23
projects/fmcadc5/Makefile Normal file
View File

@ -0,0 +1,23 @@
####################################################################################
####################################################################################
## Copyright 2011(c) Analog Devices, Inc.
## Auto-generated, do not modify!
## Wed Apr 1 16:22:09 2015
####################################################################################
####################################################################################
.PHONY: all
all:
make -C vc707 all
.PHONY: clean
clean: clean-all
.PHONY: clean-all
clean-all:
make -C vc707 clean-all
####################################################################################
####################################################################################