summaryrefslogtreecommitdiff
path: root/apps/system/composite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/composite/Makefile')
-rw-r--r--apps/system/composite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/composite/Makefile b/apps/system/composite/Makefile
index bd233f4cc..6edc5f403 100644
--- a/apps/system/composite/Makefile
+++ b/apps/system/composite/Makefile
@@ -45,7 +45,7 @@ CSRCS = composite_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)