From 1f88ee3ca518bf5ee8b11f78d8dbc7b38428f4a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 26 Apr 2015 10:52:21 +0200 Subject: Generate configuration for root Makefile from conf.py --- conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf.py') 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' -- cgit v1.2.3