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:
Gervais, Francois 2020-02-11 20:22:00 +00:00 committed by Peter Korsgaard
parent f779520a63
commit a621c9b6c8

View File

@ -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)