8000 nrf/Makefile: Drop unused MPY_CROSS and MPY_TOOL variables. · micropython/micropython@07cae91 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07cae91

Browse files
dlechdpgeorge
authored andcommitted
nrf/Makefile: Drop unused MPY_CROSS and MPY_TOOL variables.
These variables are no longer used in the nrf Makefile and can be removed. Signed-off-by: David Lechner <david@pybricks.com>
1 parent d27e584 commit 07cae91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ports/nrf/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ include ../../extmod/extmod.mk
6161
GIT_SUBMODULES = lib/nrfx lib/tinyusb
6262

6363
MICROPY_VFS_FAT ?= 0
64-
MPY_CROSS = ../../mpy-cross/mpy-cross
65-
MPY_TOOL = ../../tools/mpy-tool.py
6664

6765
CROSS_COMPILE ?= arm-none-eabi-
6866

0 commit comments

Comments
 (0)
0