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