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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/buttons/Makefile b/apps/examples/buttons/Makefile
index 6726961bd..1b891e286 100644
--- a/apps/examples/buttons/Makefile
+++ b/apps/examples/buttons/Makefile
@@ -44,6 +44,7 @@ CSRCS = buttons_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
+MAINOBJ = $(MAINSRC:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)