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