summaryrefslogtreecommitdiff
path: root/apps/examples/wlan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/wlan/Makefile')
-rw-r--r--apps/examples/wlan/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/examples/wlan/Makefile b/apps/examples/wlan/Makefile
index 3d944b54a..9268c7456 100644
--- a/apps/examples/wlan/Makefile
+++ b/apps/examples/wlan/Makefile
@@ -49,10 +49,14 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
+ifeq ($(CONFIG_WINDOWS_NATIVE),y)
+ BIN = ..\..\libapps$(LIBEXT)
+else
ifeq ($(WINTOOL),y)
- BIN = "${shell cygpath -w $(APPDIR)/libapps$(LIBEXT)}"
+ BIN = ..\\..\\libapps$(LIBEXT)
else
- BIN = "$(APPDIR)/libapps$(LIBEXT)"
+ BIN = ../../libapps$(LIBEXT)
+endif
endif
ROOTDEPPATH = --dep-path .