mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 17:14:21 +00:00
Merge "fix(mediatek): covert MTK_BL to uppercase for the build" into integration
This commit is contained in:
commit
1261f0aa98
1 changed files with 2 additions and 1 deletions
|
@ -71,8 +71,9 @@ define MAKE_MODULE
|
|||
$(eval SOURCES := $(2))
|
||||
$(eval OBJS_TEMP := $(addprefix $(BUILD_DIR)/$(MODULE)/,$(call SOURCES_TO_OBJS,$(SOURCES))))
|
||||
$(eval MODULE_OBJS += $(OBJS_TEMP))
|
||||
$(eval BL := $(call uppercase,$(3)))
|
||||
|
||||
$(eval $(call MAKE_OBJS,$(BUILD_DIR)/$(MODULE),$(SOURCES),${3}))
|
||||
$(eval $(call MAKE_OBJS,$(BUILD_DIR)/$(MODULE),$(SOURCES),${3},$(BL)))
|
||||
|
||||
libraries: $(OBJS_TEMP)
|
||||
endef
|
||||
|
|
Loading…
Add table
Reference in a new issue