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