nrf: Fix (frozen) native code generation

v1.13-wasp-os
Daniel Thompson 2020-01-28 18:14:40 +00:00
parent 542596b66f
commit 15d0a04366
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@ CFLAGS += -Os -DNDEBUG
LDFLAGS += -Os
endif
# Options for mpy-cross
MPY_CROSS_FLAGS += -march=armv7m
LIBS = \
ifeq ($(MCU_VARIANT), nrf52)