mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
boot/optee-os/optee-os.mk: fix 'PLATFORM' typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
0fa6bd5a96
commit
7bd00d5506
@ -75,7 +75,7 @@ OPTEE_OS_MAKE_OPTS += \
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Get mandatory PLAFORM and optional PLATFORM_FLAVOR and additional
|
# Get mandatory PLATFORM and optional PLATFORM_FLAVOR and additional
|
||||||
# variables
|
# variables
|
||||||
OPTEE_OS_MAKE_OPTS += PLATFORM=$(call qstrip,$(BR2_TARGET_OPTEE_OS_PLATFORM))
|
OPTEE_OS_MAKE_OPTS += PLATFORM=$(call qstrip,$(BR2_TARGET_OPTEE_OS_PLATFORM))
|
||||||
ifneq ($(call qstrip,$(BR2_TARGET_OPTEE_OS_PLATFORM_FLAVOR)),)
|
ifneq ($(call qstrip,$(BR2_TARGET_OPTEE_OS_PLATFORM_FLAVOR)),)
|
||||||
|
Loading…
Reference in New Issue
Block a user