From: Steven Rostedt Date: Sat, 1 Oct 2011 00:24:07 +0000 (-0400) Subject: ktest: Let IF keyword take comparisons X-Git-Tag: v3.2-rc2~31^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab7a3f52cef5ff1c784de7adfbda3421b10754a4;p=pandora-kernel.git ktest: Let IF keyword take comparisons Allow ==, !=, <=, >=, <, and > to be used in IF statements to compare if a section should be processed or not. For example: BITS := 32 DEFAULTS IF ${BITS} == 32 MIN_CONFIG = ${CONFIG_DIR}/config-32 ELSE MIN_CONFIG = ${CONFIG_DIR}/config-64 Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed