summaryrefslogtreecommitdiff
path: root/apps/examples/adc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/adc/Makefile')
-rw-r--r--apps/examples/adc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/adc/Makefile b/apps/examples/adc/Makefile
index f6e4f21af..57d406f23 100644
--- a/apps/examples/adc/Makefile
+++ b/apps/examples/adc/Makefile
@@ -44,6 +44,7 @@ CSRCS = adc_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
+MAINOBJ = $(MAINSRC:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)