Merge "feat(mt8196): link prebuilt library" into integration

This commit is contained in:
Manish Pandey 2025-01-13 15:52:51 +01:00 committed by TrustedFirmware Code Review
commit 5e8509c22c

View file

@ -34,6 +34,11 @@ MODULES-y += $(MTK_PLAT)/drivers/vcp
MODULES-y += $(MTK_PLAT)/helpers
MODULES-y += $(MTK_PLAT)/topology
ifneq ($(MTKLIB_PATH),)
LDFLAGS += -L $(dir $(MTKLIB_PATH))
LDLIBS += -l$(patsubst lib%.a,%,$(notdir $(MTKLIB_PATH)))
endif
PLAT_BL_COMMON_SOURCES := common/desc_image_load.c \
drivers/ti/uart/aarch64/16550_console.S \
lib/bl_aux_params/bl_aux_params.c