summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM V Pratap Reddy2018-07-11 11:05:27 -0500
committerM V Pratap Reddy2018-07-11 11:05:27 -0500
commit81631c9584c8403f4c3ac4817e59d3f59b449007 (patch)
tree92c5602a0ca747789c5d68f6892238e8b40a7eaf /post/evmc6657l/build/makefile
parent786a01ead3ab1e8ce6be8e5130d98b169fd5c0a6 (diff)
downloadmcsdk-tools-81631c9584c8403f4c3ac4817e59d3f59b449007.tar.gz
mcsdk-tools-81631c9584c8403f4c3ac4817e59d3f59b449007.tar.xz
mcsdk-tools-81631c9584c8403f4c3ac4817e59d3f59b449007.zip
PRSDK-2194: Updated Rules.make inclusion
Diffstat (limited to 'post/evmc6657l/build/makefile')
-rw-r--r--post/evmc6657l/build/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/post/evmc6657l/build/makefile b/post/evmc6657l/build/makefile
index 98ceb21..4fb8091 100644
--- a/post/evmc6657l/build/makefile
+++ b/post/evmc6657l/build/makefile
@@ -2,11 +2,14 @@
2# Automatically-generated file. Do not edit! 2# Automatically-generated file. Do not edit!
3################################################################################ 3################################################################################
4 4
5ifeq ($(RULES_MAKE), ) 5# Include Rules.make
6ifndef PDK_INSTALL_DIR_RECIPE
7ifeq ($(RULES_MAKE),)
6include $(PDK_INSTALL_PATH)/ti/build/Rules.make 8include $(PDK_INSTALL_PATH)/ti/build/Rules.make
7else 9else
8include $(RULES_MAKE) 10include $(RULES_MAKE)
9endif 11endif
12endif
10 13
11CG_TOOL_ROOT = $(C6X_GEN_INSTALL_PATH) 14CG_TOOL_ROOT = $(C6X_GEN_INSTALL_PATH)
12 15