From 7a4fc2b2d97d5c9bb9a9e22dc633def47f4c1385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 19 Apr 2015 11:26:10 +0200 Subject: Fix error in initialize script and dedicate config for .config file --- conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'conf.py') 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' -- cgit v1.2.3