The executable now lives in the build directory, and since the build directory already contains the variant name there is no need to also add it to the executable. Signed-off-by: Damien George <damien@micropython.org>
9 lines
172 B
Makefile
9 lines
172 B
Makefile
FROZEN_MANIFEST ?= $(VARIANT_DIR)/manifest.py
|
|
|
|
MICROPY_ROM_TEXT_COMPRESSION = 1
|
|
MICROPY_VFS_FAT ?= 1
|
|
MICROPY_VFS_LFS1 ?= 1
|
|
MICROPY_VFS_LFS2 ?= 1
|
|
|
|
MICROPY_PY_BLUETOOTH ?= 1
|