summaryrefslogtreecommitdiff
path: root/apps/examples/slcd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/slcd/Makefile')
-rw-r--r--apps/examples/slcd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/slcd/Makefile b/apps/examples/slcd/Makefile
index 464800690..4a633c8ea 100644
--- a/apps/examples/slcd/Makefile
+++ b/apps/examples/slcd/Makefile
@@ -51,7 +51,7 @@ CSRCS = slcd_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
-SRCS = $(ASRCS) $(CSRCS)
+SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)
ifeq ($(CONFIG_WINDOWS_NATIVE),y)