summaryrefslogtreecommitdiff
path: root/apps/examples/can/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/can/Makefile')
-rw-r--r--apps/examples/can/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/can/Makefile b/apps/examples/can/Makefile
index 4dea6656d..59e9e4359 100644
--- a/apps/examples/can/Makefile
+++ b/apps/examples/can/Makefile
@@ -45,7 +45,7 @@ CSRCS = can_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)