summaryrefslogtreecommitdiff
path: root/apps/examples/flash_test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/flash_test/Makefile')
-rw-r--r--apps/examples/flash_test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/flash_test/Makefile b/apps/examples/flash_test/Makefile
index 305de38e9..d6889d854 100644
--- a/apps/examples/flash_test/Makefile
+++ b/apps/examples/flash_test/Makefile
@@ -49,7 +49,8 @@ PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 2048
ASRCS =
-CSRCS = flash_test.c
+CSRCS =
+MAINSRC = flash_test.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))