fix for generic_m4 build. this flag got dropped as part of the cleanup.

This commit is contained in:
Advait Jain 2020-10-05 15:07:43 -07:00
parent 684ecaea49
commit 90cfe9069c

View File

@ -8,6 +8,7 @@ ifeq ($(TARGET), cortex_m_gcc_generic)
PLATFORM_FLAGS = \
-DTF_LITE_MCU_DEBUG_LOG \
-Wno-type-limits \
-funsigned-char \
-mcpu=cortex-m4 \
-mfpu=fpv4-sp-d16 \