make: support libraries in MAKE_BL macro
authorKonstantin Porotchkin <kostap@marvell.com>
Thu, 21 Jun 2018 10:40:33 +0000 (13:40 +0300)
committerKonstantin Porotchkin <kostap@marvell.com>
Wed, 18 Jul 2018 15:48:30 +0000 (18:48 +0300)
commit23e0fe52de7ba13243f54198af62d4ba6c70d3be
tree76e0b39569f3b65573ff6fd19a52d792a5a8b7bf
parent255f5c8f8879da6b28a48a01291dd52e99029425
make: support libraries in MAKE_BL macro

Add support for BLx stages to use libraries in MAKE_BL macro.
This change does not affect BL stages that do not have
BL_LIBS variable defined in their makefiles.
However in case that BL wants to use external library
(for instance vendor-specific DDR initialization code supplied
as a library), this patch will allow to build BL image linked
with such library.

Change-Id: Ife29069a72dc4aff833db6ef8b828736d6689b78
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
make_helpers/build_macros.mk