summaryrefslogtreecommitdiff
path: root/apps/modbus
diff options
context:
space:
mode:
Diffstat (limited to 'apps/modbus')
-rw-r--r--apps/modbus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/modbus/Makefile b/apps/modbus/Makefile
index 2b807dc48..59e2e2526 100644
--- a/apps/modbus/Makefile
+++ b/apps/modbus/Makefile
@@ -92,7 +92,7 @@ endif
.built: $(OBJS)
ifeq ($(CONFIG_MODBUS),y)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
endif