You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
unix/Makefile: Move include of mpconfigport.mk to before mkenv.mk.
So that if MICROPY_FORCE_32BIT is set mpconfigport.mk it influences mkenv.mk.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
include ../py/mkenv.mk
|
||||
-include mpconfigport.mk
|
||||
include ../py/mkenv.mk
|
||||
|
||||
# define main target
|
||||
PROG = micropython
|
||||
|
||||
Reference in New Issue
Block a user