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