summaryrefslogtreecommitdiff
path: root/apps/modbus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/modbus/Makefile')
-rw-r--r--apps/modbus/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/modbus/Makefile b/apps/modbus/Makefile
index 3cee14017..01deedb54 100644
--- a/apps/modbus/Makefile
+++ b/apps/modbus/Makefile
@@ -88,9 +88,7 @@ endif
.built: $(OBJS)
ifeq ($(CONFIG_MODBUS),y)
- @( for obj in $(OBJS) ; do \
- $(call ARCHIVE, $(BIN), $${obj}); \
- done ; )
+ $(call ARCHIVE, $@, "$(OBJS)")
@touch .built
endif