aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-19 11:26:10 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-19 11:26:10 +0200
commit7a4fc2b2d97d5c9bb9a9e22dc633def47f4c1385 (patch)
treed24d9cb4bb4cc300b43541aae3d066a723e25eee /conf.py
parent58cc393c7dba864439e90a8528741e8c310a3e52 (diff)
downloadlinux-conf-perf-7a4fc2b2d97d5c9bb9a9e22dc633def47f4c1385.tar.gz
linux-conf-perf-7a4fc2b2d97d5c9bb9a9e22dc633def47f4c1385.tar.bz2
linux-conf-perf-7a4fc2b2d97d5c9bb9a9e22dc633def47f4c1385.zip
Fix error in initialize script and dedicate config for .config file
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 495b582..0343e6b 100644
--- a/conf.py
+++ b/conf.py
@@ -20,6 +20,7 @@ linux_make_args = ['-j8']
# Path settings
linux_sources = pf('linux')
linux_kconfig_head = 'Kconfig'
+linux_dot_config = linux_sources + '/.config'
build_folder = pf('build/')
phase_file = build_folder + '/phase'