summaryrefslogtreecommitdiff
path: root/apps/examples/smart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/smart/Makefile')
-rw-r--r--apps/examples/smart/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/smart/Makefile b/apps/examples/smart/Makefile
index b16aa7827..6916280ed 100644
--- a/apps/examples/smart/Makefile
+++ b/apps/examples/smart/Makefile
@@ -40,7 +40,8 @@ include $(APPDIR)/Make.defs
# SMART file system stress test
ASRCS =
-CSRCS = smart_main.c
+CSRCS =
+MAINSRC = smart_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))