summaryrefslogtreecommitdiff
path: root/apps/examples/usbserial/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/usbserial/Makefile')
-rw-r--r--apps/examples/usbserial/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/usbserial/Makefile b/apps/examples/usbserial/Makefile
index 35c76ba89..cf790dbe9 100644
--- a/apps/examples/usbserial/Makefile
+++ b/apps/examples/usbserial/Makefile
@@ -40,7 +40,7 @@ include $(APPDIR)/Make.defs
# USB serial device example
ASRCS =
-CSRCS = main.c
+CSRCS = usbserial_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))