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

zrouter-src at zrouter.org zrouter-src at zrouter.org
Thu Oct 2 12:43:34 UTC 2014


details:   http://zrouter.org/hg/zrouter//rev/6652c18b00de
changeset: 508:6652c18b00de
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Thu Oct 02 15:42:10 2014 +0300
description:
Append hints from ${KERNEL_HINTS} too.

diffstat:

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

diffs (13 lines):

diff -r fa8d9cab1b7a -r 6652c18b00de Makefile
--- a/Makefile	Thu Oct 02 15:40:28 2014 +0300
+++ b/Makefile	Thu Oct 02 15:42:10 2014 +0300
@@ -229,6 +229,9 @@
 
 kernelhints:	${_SOC_HINTS} ${_DEVICE_HINTS} ${KERNELCONFDIR}
 	cat /dev/null ${_SOC_HINTS} ${_DEVICE_HINTS} > ${KERNEL_HINTS_FILE}
+.for hint in ${KERNEL_HINTS}
+	echo "${hint}" >> ${KERNEL_HINTS_FILE}
+.endfor
 
 # TODO: make dtd file for FDT
 #


More information about the Zrouter-src mailing list