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