aboutsummaryrefslogtreecommitdiff
path: root/mpy-cross/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mpy-cross/Makefile')
-rw-r--r--mpy-cross/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mpy-cross/Makefile b/mpy-cross/Makefile
index 71b78c27c..ecf26ee31 100644
--- a/mpy-cross/Makefile
+++ b/mpy-cross/Makefile
@@ -49,6 +49,10 @@ SRC_C = \
main.c \
gccollect.c \
+ifeq ($(OS),Windows_NT)
+SRC_C += windows/fmode.c
+endif
+
OBJ = $(PY_O)
OBJ += $(addprefix $(BUILD)/, $(SRC_C:.c=.o))