diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-06 04:01:52 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-06 04:01:52 +0100 |
| commit | 7b8ac38304a8f6e67df325390a6d53cb79e7524e (patch) | |
| tree | a25dbb5ce5d366863dda7710345945f6c3b49531 | |
| parent | dccbad534a1ffe688d45810faf986ff79a0f3a41 (diff) | |
Call it 'kconf' in iscriptconfig too
Consistency
| -rw-r--r-- | makefile.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.patch b/makefile.patch index 47f043c..5b71d10 100644 --- a/makefile.patch +++ b/makefile.patch @@ -37,8 +37,8 @@ index 8c12c20c55a6..88c618b34915 100644 + $(Q)PYTHONPATH="$(srctree)/Kconfiglib:$$PYTHONPATH" "$(PYTHONCMD)" -i -c \ + "import kconfiglib; \ + import sys; \ -+ c = kconfiglib.Kconfig(sys.argv[4 if \"$(PYTHONCMD)\".startswith(\"ipython\") else 1]); \ -+ print(\"A Kconfig instance 'c' for the architecture $(ARCH) has been created.\")" \ ++ kconf = kconfiglib.Kconfig(sys.argv[4 if \"$(PYTHONCMD)\".startswith(\"ipython\") else 1]); \ ++ print(\"A Kconfig instance 'kconf' for the architecture $(ARCH) has been created.\")" \ + $(Kconfig) + +# Used by testsuite.py to be able to compare output for nonsensical |
