]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/pruss-lld.git/commitdiff
PRSDK-2194 Added RULES_MAKE macro
authorSinthu Raja M <x0257345@ti.com>
Wed, 23 May 2018 10:43:13 +0000 (16:13 +0530)
committerSinthu Raja M <x0257345@ti.com>
Wed, 23 May 2018 10:43:13 +0000 (16:13 +0530)
 Added RULES_MAKE macro to support build based on custom Rules.make
 location

makefile

index 6ef2db17e3506367660960c0fcf671a5f136e22c..885195f9cceae51e80662809100b5c18c3559f06 100644 (file)
--- a/makefile
+++ b/makefile
 # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
+ifeq ($(RULES_MAKE), )
 include $(PDK_INSTALL_PATH)/ti/build/Rules.make
+else
+include $(RULES_MAKE)
+endif
 
 COMP = drvpruss