summaryrefslogtreecommitdiff
path: root/apps/system/mdio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/mdio/Makefile')
-rw-r--r--apps/system/mdio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/mdio/Makefile b/apps/system/mdio/Makefile
index 7d0fe5981..2fa178583 100644
--- a/apps/system/mdio/Makefile
+++ b/apps/system/mdio/Makefile
@@ -91,7 +91,7 @@ all: .built
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
-$(COBJS): %$(OBJEXT): %.c
+$(COBJS) $(MAINOBJ): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)