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:
Damien George 2016-01-02 21:56:03 +00:00
parent 09630e48ce
commit ae4865efa1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
include ../py/mkenv.mk
-include mpconfigport.mk
include ../py/mkenv.mk
# define main target
PROG = micropython