summaryrefslogtreecommitdiff
path: root/apps/system/sysinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/sysinfo/Makefile')
-rw-r--r--apps/system/sysinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/sysinfo/Makefile b/apps/system/sysinfo/Makefile
index 92e3725c8..ef5c6ca34 100644
--- a/apps/system/sysinfo/Makefile
+++ b/apps/system/sysinfo/Makefile
@@ -60,7 +60,7 @@ CSRCS = sysinfo.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
-SRCS = $(ASRCS) $(CSRCS)
+SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)
ifeq ($(CONFIG_WINDOWS_NATIVE),y)