Home
last modified time | relevance | path

Searched refs:ACTUAL_VAL (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/scripts/kconfig/
Dmerge_config.sh149 ACTUAL_VAL=$(grep -w -e "$CFG" $OUTPUT/.config)
150 if [ "x$REQUESTED_VAL" != "x$ACTUAL_VAL" ] ; then
153 echo "Actual value: $ACTUAL_VAL"