aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6619720f50dd..ee77a3d88e0a 100644
--- a/Makefile
+++ b/Makefile
@@ -224,6 +224,7 @@ ifeq ($(ARCH),m68knommu)
224endif 224endif
225 225
226KCONFIG_CONFIG ?= .config 226KCONFIG_CONFIG ?= .config
227export KCONFIG_CONFIG
227 228
228# SHELL used by kbuild 229# SHELL used by kbuild
229CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \ 230CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \