From 3051afd7daaefc8c9c397986d58c74632b56dc53 Mon Sep 17 00:00:00 2001 From: Rejeesh Kutty Date: Wed, 1 Apr 2015 16:26:42 -0400 Subject: [PATCH] makefile: added --- projects/cftl_cip/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 projects/cftl_cip/Makefile diff --git a/projects/cftl_cip/Makefile b/projects/cftl_cip/Makefile new file mode 100644 index 000000000..168d092a8 --- /dev/null +++ b/projects/cftl_cip/Makefile @@ -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 zed all + + +.PHONY: clean +clean: clean-all + + +.PHONY: clean-all +clean-all: + make -C zed clean-all + +#################################################################################### +####################################################################################