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