summaryrefslogtreecommitdiff
path: root/apps/examples/hidkbd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/hidkbd/Makefile')
-rw-r--r--apps/examples/hidkbd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/hidkbd/Makefile b/apps/examples/hidkbd/Makefile
index 29746888c..cb0f32c60 100644
--- a/apps/examples/hidkbd/Makefile
+++ b/apps/examples/hidkbd/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context: