[Zrouter-src] ZRouter.org: push to ZRouter Makefile
zrouter-src at zrouter.org
zrouter-src at zrouter.org
Thu Oct 2 12:38:43 UTC 2014
details: http://zrouter.org/hg/zrouter//rev/500480b36885
changeset: 506:500480b36885
user: Aleksandr Rybalko <ray at ddteam.net>
date: Thu Oct 02 15:37:20 2014 +0300
description:
Do not include boards/boards.mk in case of call to show-target-pairs target.
diffstat:
Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 4a36e404243d -r 500480b36885 Makefile
--- a/Makefile Thu Oct 02 15:35:23 2014 +0300
+++ b/Makefile Thu Oct 02 15:37:20 2014 +0300
@@ -53,7 +53,9 @@
##############################################################################
# Board configuration must define used SoC/CPU
##############################################################################
+.ifnmake show-target-pairs
.include "boards/boards.mk"
+.endif
.if !defined(TARGET_BOARDDIR)
TARGET_PAIRS!=ls -d ${ZROUTER_ROOT}/boards/*/* | sed 's/^.*\/boards\///'
More information about the Zrouter-src
mailing list