aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-10 16:03:15 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-10 16:03:15 +0200
commitf99099cbe511dc81ba58f4097462b7270a826d6f (patch)
tree17e557abd9b13e5b9a9d23cfe7af8f1b6accc3e4 /conf.py
parent0e28187dca6fe44c5a319045012d4e9927c6158f (diff)
downloadlinux-conf-perf-f99099cbe511dc81ba58f4097462b7270a826d6f.tar.gz
linux-conf-perf-f99099cbe511dc81ba58f4097462b7270a826d6f.tar.bz2
linux-conf-perf-f99099cbe511dc81ba58f4097462b7270a826d6f.zip
Add initialize messages and initialize sourcing from dot_config not from linux/.config
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 829aecd..0d7a487 100644
--- a/conf.py
+++ b/conf.py
@@ -23,7 +23,7 @@ ignore_misconfig = False
#######################################
# Path settings
dot_confmk = '.conf.mk'
-benchmark_python = 'benchmark.py'
+dot_config = 'dot_config'
linux_sources = 'linux/'
linux_kconfig_head = linux_sources + 'Kconfig'