From 56527e170d25f68a799782256136dd78b77feb63 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 25 Nov 2013 10:30:37 +1100 Subject: [PATCH] do not build the instruction decode to save time --- do_build | 1 + 1 file changed, 1 insertion(+) diff --git a/do_build b/do_build index 30db739..9b04119 100755 --- a/do_build +++ b/do_build @@ -32,6 +32,7 @@ ssh root@"$build_host" unshare -n su $(id -u -n) <<-EOF CONFIG_DEBUG_INFO=n CONFIG_X86_DECODER_SELFTEST=n CONFIG_MODULES=y + CONFIG_INSTRUCTION_DECODER=n REOF KCONFIG_ALLCONFIG=\$e cross -n -N -a x86_64 -c 4.8.1 O=\$d allmodconfig rm \$e -- 2.39.2