Skip to content

Commit

Permalink
nrf/Makefile: Drop unused MPY_CROSS and MPY_TOOL variables.
Browse files Browse the repository at this point in the history
These variables are no longer used in the nrf Makefile and can be removed.

Signed-off-by: David Lechner <david@pybricks.com>
  • Loading branch information
dlech authored and dpgeorge committed Jul 5, 2022
1 parent d27e584 commit 07cae91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ports/nrf/Makefile
Expand Up @@ -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-

Expand Down

0 comments on commit 07cae91

Please sign in to comment.