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