aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index e870a57..90f2b12 100644
--- a/conf.py
+++ b/conf.py
@@ -18,6 +18,8 @@ ARCH = SRCARCH
linux_make_args = ['-j8']
# Path settings
+dot_confmk = pf('.conf.mk')
+
linux_sources = pf('linux')
linux_kconfig_head = 'Kconfig'
linux_dot_config = linux_sources + '/.config'