From e30ca0e10287ac0ff6f66574611ca9cfaad11181 Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Mon, 21 Nov 2016 15:49:46 +1100
Subject: [PATCH] unix/Makefile: Update freedos target for change of USELECT
 config name.

---
 unix/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unix/Makefile b/unix/Makefile
index 5e212ff70..15829f284 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -229,7 +229,7 @@ freedos:
 	CC=i586-pc-msdosdjgpp-gcc \
 	STRIP=i586-pc-msdosdjgpp-strip \
 	SIZE=i586-pc-msdosdjgpp-size \
-	CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_freedos.h>" -DMICROPY_NLR_SETJMP -Dtgamma=gamma -DMICROPY_EMIT_X86=0 -DMICROPY_NO_ALLOCA=1 -DMICROPY_PY_USELECT=0' \
+	CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_freedos.h>" -DMICROPY_NLR_SETJMP -Dtgamma=gamma -DMICROPY_EMIT_X86=0 -DMICROPY_NO_ALLOCA=1 -DMICROPY_PY_USELECT_POSIX=0' \
 	BUILD=build-freedos \
 	PROG=micropython_freedos \
 	MICROPY_PY_SOCKET=0 \
-- 
GitLab