diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 \ |
