aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-26 10:52:21 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-26 10:52:21 +0200
commit1f88ee3ca518bf5ee8b11f78d8dbc7b38428f4a7 (patch)
tree783b200ede28750b829231b08014404f1b318c35 /conf.py
parentdd54ddbc8fd1ba60c3db57cdcc48517c40897068 (diff)
downloadlinux-conf-perf-1f88ee3ca518bf5ee8b11f78d8dbc7b38428f4a7.tar.gz
linux-conf-perf-1f88ee3ca518bf5ee8b11f78d8dbc7b38428f4a7.tar.bz2
linux-conf-perf-1f88ee3ca518bf5ee8b11f78d8dbc7b38428f4a7.zip
Generate configuration for root Makefile from conf.py
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'