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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/system/sysinfo/Makefile b/apps/system/sysinfo/Makefile
index a9a0d0a8d..5d60107a5 100644
--- a/apps/system/sysinfo/Makefile
+++ b/apps/system/sysinfo/Makefile
@@ -59,6 +59,7 @@ CSRCS = sysinfo.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
+MAINOBJ = $(MAINSRC:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)