aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-14 15:20:34 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-14 15:20:34 +0200
commitcf271a82276a19917638de856a9d10f3b1ceb488 (patch)
treea7bad80c1300e0504cd69885269ac81b642c33f9 /conf.py
parent71ffeac967944bfd4f61d1f5724c8aed9d6d35a3 (diff)
downloadlinux-conf-perf-cf271a82276a19917638de856a9d10f3b1ceb488.tar.gz
linux-conf-perf-cf271a82276a19917638de856a9d10f3b1ceb488.tar.bz2
linux-conf-perf-cf271a82276a19917638de856a9d10f3b1ceb488.zip
Fix problems with permute
Permute should now reading and loading configurations right. In case of configuration change, forces save.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index b5a7524..df13e8a 100644
--- a/conf.py
+++ b/conf.py
@@ -11,11 +11,11 @@ ARCH = 'x86'
SRCARCH = ARCH
gen_all_solution_oninit = True # If True, all solutions are generated at initialization.
+kernel_env = {'SRCARCH': SRCARCH, 'ARCH': ARCH, 'KERNELVERSION': ARCH}
# linux_make_args
# These are arguments passed to make when linux is build
linux_make_args = ['-j8']
build_command = ['make'] + linux_make_args
-kernel_env = {'SRCARCH': SRCARCH, 'ARCH': ARCH, 'KERNELVERSION': ARCH}
# novaboot_args
# These are arguments passed to novaboot,