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

zrouter-src at zrouter.org zrouter-src at zrouter.org
Thu Sep 13 20:20:24 UTC 2012


details:   http://zrouter.org/hg/zrouter//rev/302831d00c8b
changeset: 413:302831d00c8b
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Thu Sep 13 23:21:19 2012 +0300
description:
Add comment how to switch to more correct way for saving board/soc names for
device use.

diffstat:

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

diffs (12 lines):

diff -r 6c14d1ecc17d -r 302831d00c8b Makefile
--- a/Makefile	Thu May 17 20:57:40 2012 +0200
+++ b/Makefile	Thu Sep 13 23:21:19 2012 +0300
@@ -75,6 +75,8 @@
 .endif
 ZROUTER_FREEBSD_OBJDIR=${ZROUTER_OBJ}/tmp/${TARGET_ARCH_SUBDIR}/${FREEBSD_SRC_TREE}
 
+# XXX bad idea, because require changes to system code
+# Better to define it in hints, then fetch by KENV
 KERNCONF_OPTIONS+=	SOC_VENDOR=\\\"${SOC_VENDOR}\\\"
 KERNCONF_OPTIONS+=	SOC_MODEL=\\\"${SOC_CHIP}\\\"
 .if defined(SOC_REVISION)


More information about the Zrouter-src mailing list