From ae4865efa1b4ff4a453bcd5992bf7fdcac69afaa Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Sat, 2 Jan 2016 21:56:03 +0000
Subject: [PATCH] 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.
---
 unix/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unix/Makefile b/unix/Makefile
index 06169ddac..159b07c82 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -1,5 +1,5 @@
-include ../py/mkenv.mk
 -include mpconfigport.mk
+include ../py/mkenv.mk
 
 # define main target
 PROG = micropython
-- 
GitLab