summaryrefslogtreecommitdiff
path: root/apps/modbus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/modbus/Makefile')
-rw-r--r--apps/modbus/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/modbus/Makefile b/apps/modbus/Makefile
index 485228607..3cee14017 100644
--- a/apps/modbus/Makefile
+++ b/apps/modbus/Makefile
@@ -48,6 +48,10 @@ CSRCS += mb.c
DEPPATH = --dep-path .
VPATH = .
+ifeq ($(WINTOOL),y)
+INCDIROPT = -w
+endif
+
include ascii/Make.defs
include functions/Make.defs
include nuttx/Make.defs