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