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