tfa-layerscape: fix fiptool's build
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 20 May 2023 19:43:39 +0000 (21:43 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 20 May 2023 21:20:48 +0000 (23:20 +0200)
commit857345496bf1d4870320e856ae75104e166d78d1
tree8836f32da962fe14227e1d12987a964ac1096a70
parent3f9526957b15e48f3b651bfcca377a9a6e8e1416
tfa-layerscape: fix fiptool's build

A missing '\' caused the remaining parameters not to be passed to make.

This fixes the following error:

| gcc -c [...] fiptool.c -o fiptool.o
| In file included from fiptool.h:16,
|                 from fiptool.c:19:
|fiptool_platform.h:19:11: fatal error: openssl/sha.h: No such file or directory
|   19 | # include <openssl/sha.h>
|      |           ^~~~~~~~~~~~~~~
|compilation terminated.
|make[3]: *** [Makefile:58: fiptool.o] Error 1

as the HOST_CFLAGS are no longer passed.

then, HOST_CFLAGS is specified as a command argument, this
is a specific problem of our built since appending these
needs the override directive.

Fixes: df28bfe03247 ("tfa-layerscape: Change to github and use the latest tag")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
package/boot/tfa-layerscape/Makefile
package/boot/tfa-layerscape/patches/001-fiptool-hostbuild-fixes.patch