From: Steven Rostedt Date: Mon, 13 Jun 2011 14:40:58 +0000 (-0400) Subject: ktest: Implement our own force min config X-Git-Tag: v3.1-rc1~227^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcb3f16a4f4bf4e667ae4c68b1d5401824058efb;p=pandora-kernel.git ktest: Implement our own force min config Using the build KCONFIG_ALLCONFIG environment variable to force the min config may not always work properly. Since ktest is written in perl, it is trivial to read and replace the current config with the configs specified by the min config. Now the min config (and add configs) are read by perl and before a make is done, these configs in the .config file are replaced by the version in the min config. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed