[Zrouter-src] ZRouter.org: push to ZRouter Makefile
zrouter-src at zrouter.org
zrouter-src at zrouter.org
Thu Sep 20 09:14:56 UTC 2012
details: http://zrouter.org/hg/zrouter//rev/b1a173ae4970
changeset: 437:b1a173ae4970
user: Aleksandr Rybalko <ray at ddteam.net>
date: Thu Sep 20 12:18:05 2012 +0300
description:
Hook up vendor/vendor.mk to use on builds.
diffstat:
Makefile | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diffs (15 lines):
diff -r fe0165f0cbe8 -r b1a173ae4970 Makefile
--- a/Makefile Thu Sep 20 12:16:31 2012 +0300
+++ b/Makefile Thu Sep 20 12:18:05 2012 +0300
@@ -68,6 +68,11 @@
##############################################################################
.include "socs/socs.mk"
+##############################################################################
+# Local vendor changes
+##############################################################################
+.include "vendor/vendor.mk"
+
.if ${MACHINE} == ${TARGET} && ${MACHINE_ARCH} == ${TARGET_ARCH} && !defined(CROSS_BUILD_TESTING)
TARGET_ARCH_SUBDIR= ""
.else
More information about the Zrouter-src
mailing list