diff options
-rw-r--r-- | scripts/lib/devtool/standard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 18daf8499d..83906ac3d7 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -559,7 +559,7 @@ def _extract_source(srctree, keep_temp, devbranch, sync, d): | |||
559 | # Store generate and store kernel config | 559 | # Store generate and store kernel config |
560 | logger.info('Generating kernel config') | 560 | logger.info('Generating kernel config') |
561 | task_executor.exec_func('do_configure', False) | 561 | task_executor.exec_func('do_configure', False) |
562 | kconfig = os.path.join(d.getVar('B', True), '.config') | 562 | kconfig = os.path.join(crd.getVar('B', True), '.config') |
563 | shutil.copy2(kconfig, srcsubdir) | 563 | shutil.copy2(kconfig, srcsubdir) |
564 | 564 | ||
565 | 565 | ||