summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lechner <david@pybricks.com>2022-07-02 14:42:16 -0500
committerDamien George <damien@micropython.org>2022-07-05 23:51:26 +1000
commit07cae9178fd409e8269d55d0b614612a7db49bef (patch)
treea1d5601ee499e2a281d19294ce90cbf2048e9761
parentd27e58449b6b0b50ac1e0c78cb9fb189a190c666 (diff)
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>
-rw-r--r--ports/nrf/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile
index d02289264..47653ae71 100644
--- a/ports/nrf/Makefile
+++ b/ports/nrf/Makefile
@@ -61,8 +61,6 @@ include ../../extmod/extmod.mk
GIT_SUBMODULES = lib/nrfx lib/tinyusb
MICROPY_VFS_FAT ?= 0
-MPY_CROSS = ../../mpy-cross/mpy-cross
-MPY_TOOL = ../../tools/mpy-tool.py
CROSS_COMPILE ?= arm-none-eabi-