mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 23:43:34 +08: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:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user