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