Name the variant like micropython does

This commit is contained in:
Jeff Epler 2021-05-05 10:59:16 -05:00
parent 607148bb85
commit 4054860ff3

View File

@ -13,8 +13,8 @@ include ../../py/mkenv.mk
-include mpconfigport.mk -include mpconfigport.mk
include $(VARIANT_DIR)/mpconfigvariant.mk include $(VARIANT_DIR)/mpconfigvariant.mk
# define main target # This should be configured by the mpconfigvariant.mk
PROG = micropython PROG ?= micropython
# qstr definitions (must come before including py.mk) # qstr definitions (must come before including py.mk)
QSTR_DEFS = qstrdefsport.h QSTR_DEFS = qstrdefsport.h