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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/discover/Makefile b/apps/examples/discover/Makefile
index 10188fb71..8d355e6cf 100644
--- a/apps/examples/discover/Makefile
+++ b/apps/examples/discover/Makefile
@@ -52,7 +52,7 @@ CSRCS = discover_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
-SRCS = $(ASRCS) $(CSRCS)
+SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)
ifeq ($(CONFIG_WINDOWS_NATIVE),y)