]> rtime.felk.cvut.cz Git - linux-conf-perf.git/blobdiff - conf.py
Add kernel_env setting
[linux-conf-perf.git] / conf.py
diff --git a/conf.py b/conf.py
index 284e4ab82c3474d58a6800d3f25bc63718bd63b1..b5a7524086183c3834e540996c6489f5a369f6b2 100644 (file)
--- a/conf.py
+++ b/conf.py
@@ -9,10 +9,13 @@ ARCH = 'x86'
 # This defines environment variable for linux kernel.
 # You most probably don't want to changing this.
 SRCARCH = ARCH
+gen_all_solution_oninit = True # If True, all solutions are generated at initialization.
+
 # linux_make_args
 # These are arguments passed to make when linux is build
 linux_make_args = ['-j8']
-gen_all_solution_oninit = True # If True, all solutions are generated at initialization.
+build_command = ['make'] + linux_make_args
+kernel_env = {'SRCARCH': SRCARCH, 'ARCH': ARCH, 'KERNELVERSION': ARCH}
 
 # novaboot_args
 # These are arguments passed to novaboot,