commit | eeb773f9d29a09e785e2e4a104cc5b2d2e0e2cb5 | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Tue Jun 05 16:33:58 2018 -0700 |
committer | Alex Van Damme <atv@google.com> | Tue Jun 05 16:33:58 2018 -0700 |
tree | 79ebc09bf4e07d373c287696b76c91f2a843e944 | |
parent | b72871f29171317a49e03418905a92f80402e043 [diff] |
Use bash for the shell - soc.mak uses some bashisms, such as source. Set the SHELL variable to /bin/bash to force using bash. Change-Id: If79a04fd5d3080003505805dbcffef584406f88b
diff --git a/iMX8M/soc.mak b/iMX8M/soc.mak index ef545c7..21c4ba8 100644 --- a/iMX8M/soc.mak +++ b/iMX8M/soc.mak
@@ -1,4 +1,5 @@ #Copyright 2018 NXP +SHELL := /bin/bash OUTIMG = flash.bin DCD_CFG_SRC = imx8mq_dcd.cfg