From 07cae9178fd409e8269d55d0b614612a7db49bef Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sat, 2 Jul 2022 14:42:16 -0500 Subject: [PATCH] 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 --- ports/nrf/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile index d022892641..47653ae716 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-