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 f42f310a1..3bb6b939e 100644
--- a/apps/examples/discover/Makefile
+++ b/apps/examples/discover/Makefile
@@ -47,7 +47,7 @@ PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 2048
ASRCS =
-CSRCS = main.c
+CSRCS = discover_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))