nrf: Fix (frozen) native code generation

pull/1/head
Daniel Thompson 2020-01-28 18:14:40 +00:00
parent 1f96fb052f
commit cb4ea0b35e
1 changed files with 3 additions and 0 deletions

View File

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