diff options
Diffstat (limited to 'scripts/kconfig/Makefile')
-rw-r--r-- | scripts/kconfig/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 3091794e9354..231b4759c714 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
@@ -11,6 +11,9 @@ else | |||
11 | Kconfig := Kconfig | 11 | Kconfig := Kconfig |
12 | endif | 12 | endif |
13 | 13 | ||
14 | # We need this, in case the user has it in its environment | ||
15 | unexport CONFIG_ | ||
16 | |||
14 | xconfig: $(obj)/qconf | 17 | xconfig: $(obj)/qconf |
15 | $< $(Kconfig) | 18 | $< $(Kconfig) |
16 | 19 | ||