]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - config.mk
imx: m53evk: Convert to iomux-v3
[karo-tx-uboot.git] / config.mk
index 98864153e9b4d6ee55ee52071cc98d872bbace32..1fd109f1bdfe1d8f7b2d9e34030b9e09fae259d8 100644 (file)
--- a/config.mk
+++ b/config.mk
 
 #########################################################################
 
-include $(TOPDIR)/helper.mk
+# Set shell to bash if possible, otherwise fall back to sh
+SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
+       else if [ -x /bin/bash ]; then echo /bin/bash; \
+       else echo sh; fi; fi)
+
+export SHELL
 
 ifeq ($(CURDIR),$(SRCTREE))
 dir :=