From 5f149535b5e0b881b4cd4626f1a75faa6ed05b85 Mon Sep 17 00:00:00 2001 From: Rejeesh Kutty Date: Wed, 1 Apr 2015 16:26:53 -0400 Subject: [PATCH] makefile: added --- projects/fmcomms2/Makefile | 39 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 projects/fmcomms2/Makefile diff --git a/projects/fmcomms2/Makefile b/projects/fmcomms2/Makefile new file mode 100644 index 000000000..dfdd7b54c --- /dev/null +++ b/projects/fmcomms2/Makefile @@ -0,0 +1,39 @@ +#################################################################################### +#################################################################################### +## 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 c5soc all + make -C kc705 all + make -C mitx045 all + make -C rfsom 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 c5soc clean-all + make -C kc705 clean-all + make -C mitx045 clean-all + make -C rfsom clean-all + make -C vc707 clean-all + make -C zc702 clean-all + make -C zc706 clean-all + make -C zed clean-all + +#################################################################################### +####################################################################################