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.
pull/1776/head
Damien George 2016-01-02 21:56:03 +00:00
rodzic 09630e48ce
commit ae4865efa1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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