summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-01-28 18:32:42 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-01-28 18:45:27 (GMT)
commit0917d5135d73afc567f601ae81da0606b59aac01 (patch)
tree15d9385a93e7bdd044f32dc0f57e5eb1fc79a5dc /Makefile
parentc38e133d9184a24d55df4e92189166d68cbcbc2f (diff)
Makefile: Switch to FROZEN_MANIFEST
This not only avoids the use of a deprecated feature but it also makes it easier to decouple the wasp/ directory structure from what actually gets copied to the target.
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 \