• Konstantin Porotchkin's avatar
    make: support libraries in MAKE_BL macro · 23e0fe52
    Konstantin Porotchkin authored
    
    
    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: default avatarKonstantin Porotchkin <kostap@marvell.com>
    23e0fe52
build_macros.mk 13.6 KB