Name the variant like micropython does
This commit is contained in:
parent
607148bb85
commit
4054860ff3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user