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

zrouter-src at zrouter.org zrouter-src at zrouter.org
Mon Feb 6 12:53:58 UTC 2012


details:   http://zrouter.org/hg/zrouter//rev/786c8d9ac9fd
changeset: 353:786c8d9ac9fd
user:      ray at terran.dlink.ua
date:      Mon Feb 06 14:52:28 2012 +0200
description:
Add make target target-profiles-list, to know which profiles built by default for board

diffstat:

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

diffs (13 lines):

diff -r e958285e0c94 -r 786c8d9ac9fd Makefile
--- a/Makefile	Mon Feb 06 14:49:26 2012 +0200
+++ b/Makefile	Mon Feb 06 14:52:28 2012 +0200
@@ -83,6 +83,9 @@
 .endif
 .endif # !defined(TARGET_PROFILES) || empty(TARGET_PROFILES)
 
+target-profiles-list:
+	@echo ${TARGET_PROFILES}
+
 # Profiles - set of SUBDIRS that need to build
 .include "profiles/profiles.mk"
 


More information about the Zrouter-src mailing list