summaryrefslogtreecommitdiff
path: root/apps/examples/touchscreen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/touchscreen/Makefile')
-rw-r--r--apps/examples/touchscreen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/touchscreen/Makefile b/apps/examples/touchscreen/Makefile
index 88eac7a92..5f0aa49e2 100644
--- a/apps/examples/touchscreen/Makefile
+++ b/apps/examples/touchscreen/Makefile
@@ -45,7 +45,7 @@ CSRCS = tc_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)