summaryrefslogtreecommitdiff
path: root/apps/examples/buttons/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/buttons/Makefile')
-rw-r--r--apps/examples/buttons/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/buttons/Makefile b/apps/examples/buttons/Makefile
index 9c0587199..a9d7bf583 100644
--- a/apps/examples/buttons/Makefile
+++ b/apps/examples/buttons/Makefile
@@ -40,7 +40,7 @@ include $(APPDIR)/Make.defs
# Hello, World! Example
ASRCS =
-CSRCS = main.c
+CSRCS = buttons_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))