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