summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorChristian Walter <christian.walter@9elements.com>2019-05-26 01:14:13 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-29 20:22:38 +0000
commit543be8d367468253096311fe9198bb8cc66ad5b4 (patch)
treea67eb93746d6e02a050fab22683ba7fbb5848996 /payloads
parenta998e280163b84c0786cb8d4b7f216a36b262d6a (diff)
downloadcoreboot-543be8d367468253096311fe9198bb8cc66ad5b4.tar.gz
coreboot-543be8d367468253096311fe9198bb8cc66ad5b4.tar.bz2
coreboot-543be8d367468253096311fe9198bb8cc66ad5b4.zip
payloads/external/Linuxboot: Fix Makefile when not using bash
Adding "SHELL := /bin/bash" to the Makefile makes sure, that we use the bash shell which is needed here. Tested with oh-my-zsh. Change-Id: I71495e15b8f1a495af7d8ab21cc5235feb595e01 Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33014 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/LinuxBoot/targets/linux.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/payloads/external/LinuxBoot/targets/linux.mk b/payloads/external/LinuxBoot/targets/linux.mk
index 5632a0b92310..e32ad1e21be4 100644
--- a/payloads/external/LinuxBoot/targets/linux.mk
+++ b/payloads/external/LinuxBoot/targets/linux.mk
@@ -12,6 +12,7 @@
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
+SHELL := /bin/bash
ARCH-$(CONFIG_LINUXBOOT_X86_64)=x86_64
ARCH-$(CONFIG_LINUXBOOT_X86)=x86