aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
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'