summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2017-09-03 20:17:10 +0300
committerTom Rini <trini@konsulko.com>2017-09-04 16:02:07 +0300
commit4c2cf973aa109844532775adeb1dec358280c217 (patch)
treed671e77139ddf68bdf26c4b36aa6b5218b12f70e /Makefile
parent4b51a89170b744259d89f47f339604fe1c6cab62 (diff)
downloadu-boot-4c2cf973aa109844532775adeb1dec358280c217.tar.xz
crypto/fsl: fix obj-yy in Makefile
When enabling CONFIG_CMD_BLOB and/or CONFIG_CMD_DEKBLOB, the build fails with a linker error: ... LD u-boot arch/arm/mach-imx/built-in.o: In function `blob_encap_dek': /home/clemens/dev/u-boot/arch/arm/mach-imx/cmd_dek.c:46: undefined reference to `blob_dek' This is due to an error in the Makefile, resulting in obj-yy/obj-yn/.. and fsl_blob.o is therefore not linked. Fix it by splitting it up into two obj-y lines. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions