mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
boot/arm-trusted-firmware: add missing qstrip
Add missing qstrip wrapping to the new BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_TARGETS option. Signed-off-by: Francois Gervais <fgervais@distech-controls.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
f779520a63
commit
a621c9b6c8
@@ -140,7 +140,7 @@ endef
|
||||
endif
|
||||
|
||||
ARM_TRUSTED_FIRMWARE_MAKE_TARGETS += \
|
||||
$(BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_TARGETS)
|
||||
$(call qstrip,$(BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_TARGETS))
|
||||
|
||||
define ARM_TRUSTED_FIRMWARE_BUILD_CMDS
|
||||
$(ARM_TRUSTED_FIRMWARE_BUILD_FIPTOOL)
|
||||
|
||||
Reference in New Issue
Block a user