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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/system/ramtron/Makefile b/apps/system/ramtron/Makefile
index f8c4fc213..3bdd708e2 100644
--- a/apps/system/ramtron/Makefile
+++ b/apps/system/ramtron/Makefile
@@ -58,6 +58,7 @@ CSRCS = ramtron.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
+MAINOBJ = $(MAINSRC:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)