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>
This commit is contained in:
parent
d27e58449b
commit
07cae9178f
|
@ -61,8 +61,6 @@ include ../../extmod/extmod.mk
|
||||||
GIT_SUBMODULES = lib/nrfx lib/tinyusb
|
GIT_SUBMODULES = lib/nrfx lib/tinyusb
|
||||||
|
|
||||||
MICROPY_VFS_FAT ?= 0
|
MICROPY_VFS_FAT ?= 0
|
||||||
MPY_CROSS = ../../mpy-cross/mpy-cross
|
|
||||||
MPY_TOOL = ../../tools/mpy-tool.py
|
|
||||||
|
|
||||||
CROSS_COMPILE ?= arm-none-eabi-
|
CROSS_COMPILE ?= arm-none-eabi-
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue