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