summaryrefslogtreecommitdiff
path: root/apps/system/sdcard
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/sdcard')
-rw-r--r--apps/system/sdcard/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/sdcard/Makefile b/apps/system/sdcard/Makefile
index 89e4558c9..9aac89f95 100644
--- a/apps/system/sdcard/Makefile
+++ b/apps/system/sdcard/Makefile
@@ -99,7 +99,7 @@ all: .built
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
-$(COBJS): %$(OBJEXT): %.c
+$(COBJS) $(MAINOBJ): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)