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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/ramtest/Makefile b/apps/system/ramtest/Makefile
index 6d2f9cc3e..b7ef04b39 100644
--- a/apps/system/ramtest/Makefile
+++ b/apps/system/ramtest/Makefile
@@ -52,7 +52,7 @@ CSRCS = ramtest.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
-SRCS = $(ASRCS) $(CSRCS)
+SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)
ifeq ($(CONFIG_WINDOWS_NATIVE),y)