summaryrefslogtreecommitdiff
path: root/apps/examples/wlan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/wlan/Makefile')
-rwxr-xr-xapps/examples/wlan/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/examples/wlan/Makefile b/apps/examples/wlan/Makefile
index 9b161ae66..621d9a0aa 100755
--- a/apps/examples/wlan/Makefile
+++ b/apps/examples/wlan/Makefile
@@ -49,7 +49,11 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
-BIN = $(APPDIR)/libapps$(LIBEXT)
+ifeq ($(WINTOOL),y)
+ BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}"
+else
+ BIN = "$(APPDIR)/libapps$(LIBEXT)"
+endif
ROOTDEPPATH = --dep-path .