summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dba736b..70f65a3 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ softdevice:
micropython:
$(MAKE) -C micropython/mpy-cross
+ $(RM) micropython/ports/nrf/build-$(BOARD)-s132/frozen_content.c
$(MAKE) -C micropython/ports/nrf \
BOARD=$(BOARD) SD=s132 \
FROZEN_MANIFEST=$(PWD)/manifest/$(BOARD).py