summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaghu Nambiath2018-07-11 18:52:49 -0500
committerRaghu Nambiath2018-07-11 18:52:49 -0500
commitc2b196a5b8445d9e6b89eb171f8a39e3382a65c5 (patch)
tree4b55e7951b09099379f5aeb38e88e1c2d76a5411 /post/evmc6657l/build/makefile
parentfdaa2ed6ec965fc9c904927e41bd771eacfe1125 (diff)
parentc8a4633c1c934a859b221ad4425798163dd41428 (diff)
downloadmcsdk-tools-c2b196a5b8445d9e6b89eb171f8a39e3382a65c5.tar.gz
mcsdk-tools-c2b196a5b8445d9e6b89eb171f8a39e3382a65c5.tar.xz
mcsdk-tools-c2b196a5b8445d9e6b89eb171f8a39e3382a65c5.zip
Merge pull request #2 in PROCESSOR-SDK/mcsdk-tools from PRSDK-2194 to masterHEADDEV.TOOLS.03.01.04.11master
* commit 'c8a4633c1c934a859b221ad4425798163dd41428': PRSDK-2194: Added Rules.make file for flash writers PRSDK-2194: Updated Rules.make inclusion PRSDK-2194: Added Rule.make for Post application make files
Diffstat (limited to 'post/evmc6657l/build/makefile')
-rw-r--r--post/evmc6657l/build/makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/post/evmc6657l/build/makefile b/post/evmc6657l/build/makefile
index 3cc63cc..4fb8091 100644
--- a/post/evmc6657l/build/makefile
+++ b/post/evmc6657l/build/makefile
@@ -2,6 +2,14 @@
2# Automatically-generated file. Do not edit! 2# Automatically-generated file. Do not edit!
3################################################################################ 3################################################################################
4 4
5# Include Rules.make
6ifndef PDK_INSTALL_DIR_RECIPE
7ifeq ($(RULES_MAKE),)
8include $(PDK_INSTALL_PATH)/ti/build/Rules.make
9else
10include $(RULES_MAKE)
11endif
12endif
5 13
6CG_TOOL_ROOT = $(C6X_GEN_INSTALL_PATH) 14CG_TOOL_ROOT = $(C6X_GEN_INSTALL_PATH)
7 15