summaryrefslogtreecommitdiff
path: root/apps/system/poweroff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/poweroff/Makefile')
-rw-r--r--apps/system/poweroff/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/system/poweroff/Makefile b/apps/system/poweroff/Makefile
index 519079d0b..59e5c92c5 100644
--- a/apps/system/poweroff/Makefile
+++ b/apps/system/poweroff/Makefile
@@ -58,6 +58,7 @@ CSRCS = poweroff.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
+MAINOBJ = $(MAINSRC:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)