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