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