package/libev: fix deactivate typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Peter Korsgaard 2024-09-14 09:19:17 +02:00 committed by Thomas Petazzoni
parent 686caaa5d4
commit 568a90b7af

View File

@ -12,7 +12,7 @@ LIBEV_LICENSE_FILES = LICENSE
# libev has some assembly function that is not present in Thumb mode:
# Error: selected processor does not support `mcr p15,0,r3,c7,c10,5' in Thumb mode
# so, we desactivate Thumb mode
# so, we deactivate Thumb mode
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
LIBEV_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -marm"
endif