summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b61009c..4656b9c 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,9 @@ softdevice:
micropython:
$(MAKE) -C micropython/mpy-cross
- $(MAKE) -C micropython/ports/nrf BOARD=$(BOARD) SD=s132
+ $(MAKE) -C micropython/ports/nrf \
+ BOARD=$(BOARD) SD=s132 \
+ FROZEN_MPY_DIR=$(PWD)/wasp
python3 -m nordicsemi dfu genpkg \
--dev-type 0x0052 \
--application micropython/ports/nrf/build-$(BOARD)-s132/firmware.hex \