[Zrouter-src] ZRouter.org: push to ZRouter Makefile

zrouter-src at zrouter.org zrouter-src at zrouter.org
Tue Sep 23 09:13:33 UTC 2014


details:   http://zrouter.org/hg/zrouter//rev/c2ac18e43aa1
changeset: 501:c2ac18e43aa1
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Tue Sep 23 12:11:28 2014 +0300
description:
Fix show-target-pairs make target.

diffstat:

 Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 7f13747d9c78 -r c2ac18e43aa1 Makefile
--- a/Makefile	Tue Sep 23 12:00:23 2014 +0300
+++ b/Makefile	Tue Sep 23 12:11:28 2014 +0300
@@ -51,10 +51,11 @@
 ##############################################################################
 # Board configuration must define used SoC/CPU
 ##############################################################################
-.include "boards/boards.mk"
 
 .if !defined(TARGET_BOARDDIR)
 TARGET_PAIRS!=ls -d ${ZROUTER_ROOT}/boards/*/* | sed 's/^.*\/boards\///'
+.else
+.include "boards/boards.mk"
 .endif
 
 menu:


More information about the Zrouter-src mailing list