[Zrouter-src] ZRouter.org: push to ZRouter Makefile
zrouter-src at zrouter.org
zrouter-src at zrouter.org
Thu Sep 20 12:54:08 UTC 2012
details: http://zrouter.org/hg/zrouter//rev/76203decdeef
changeset: 438:76203decdeef
user: Aleksandr Rybalko <ray at ddteam.net>
date: Thu Sep 20 13:05:46 2012 +0300
description:
Move .include "vendor/vendor.mk" to the right place. (Make it last)
diffstat:
Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (27 lines):
diff -r b1a173ae4970 -r 76203decdeef Makefile
--- a/Makefile Thu Sep 20 12:18:05 2012 +0300
+++ b/Makefile Thu Sep 20 13:05:46 2012 +0300
@@ -68,11 +68,6 @@
##############################################################################
.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
@@ -125,6 +120,11 @@
##############################################################################
.include "profiles/profiles.mk"
+##############################################################################
+# Local vendor changes
+##############################################################################
+.include "vendor/vendor.mk"
+
.if defined(IMAGE_TYPE) && ${IMAGE_TYPE} == "trx"
IMAGE_HEADER_EXTRA?=0x1c
.else
More information about the Zrouter-src
mailing list