aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-13 18:46:36 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-13 18:46:36 +0200
commit0a29552ec44690db86e684713559e3a262616534 (patch)
tree87ed2c656b82f0acdb7ff9d962ac3021a5fc8426 /conf.py
parent536976d60c8417d901b7a0f4b1182e52790e499f (diff)
downloadlinux-conf-perf-0a29552ec44690db86e684713559e3a262616534.tar.gz
linux-conf-perf-0a29552ec44690db86e684713559e3a262616534.tar.bz2
linux-conf-perf-0a29552ec44690db86e684713559e3a262616534.zip
Add kernel_env setting
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 284e4ab..b5a7524 100644
--- 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,