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 faff0e24d..4352a5b57 100644
--- a/apps/system/mdio/Makefile
+++ b/apps/system/mdio/Makefile
@@ -51,7 +51,7 @@ CSRCS = mdio_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
-SRCS = $(ASRCS) $(CSRCS)
+SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)
ifeq ($(CONFIG_WINDOWS_NATIVE),y)