summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-01-30 22:11:31 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-01-30 22:11:31 (GMT)
commit0acbcc415bbc3ab5b80aeee23ce4258052d9ac2e (patch)
treeca05741b92067b158965a49288b5c1920a1a9979 /Makefile
parenta34d65d7fdfbbaaa3e6484dfebe914378f478ca2 (diff)
wasp: Reorganise the board support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 70f65a3..6cc89a3 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ micropython:
$(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
+ FROZEN_MANIFEST=$(PWD)/wasp/boards/$(BOARD)/manifest.py
python3 -m nordicsemi dfu genpkg \
--dev-type 0x0052 \
--application micropython/ports/nrf/build-$(BOARD)-s132/firmware.hex \