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