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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/wlan/Makefile b/apps/examples/wlan/Makefile
index 9268c7456..c50b13227 100644
--- a/apps/examples/wlan/Makefile
+++ b/apps/examples/wlan/Makefile
@@ -75,7 +75,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context: