summaryrefslogtreecommitdiff
path: root/apps/examples/elf
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-07 06:59:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-07 06:59:30 -0600
commit6ba90d01b2bc73b9ffd9a0ca8305f97ed34efb68 (patch)
treea0fd0a766e73ef65c6ba6c09760184c60f029131 /apps/examples/elf
parent4e07afd09beb927fc064a2b8495f58db9f51c394 (diff)
downloadnuttx-6ba90d01b2bc73b9ffd9a0ca8305f97ed34efb68.tar.gz
nuttx-6ba90d01b2bc73b9ffd9a0ca8305f97ed34efb68.tar.bz2
nuttx-6ba90d01b2bc73b9ffd9a0ca8305f97ed34efb68.zip
Update apps/examples/helloxx/Makefile
Diffstat (limited to 'apps/examples/elf')
-rw-r--r--apps/examples/elf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/elf/Makefile b/apps/examples/elf/Makefile
index 7a10a7e40..ed64e72df 100644
--- a/apps/examples/elf/Makefile
+++ b/apps/examples/elf/Makefile
@@ -45,7 +45,7 @@ CSRCS = elf_main.c symtab.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
-SRCS = $(ASRCS) $(CSRCS)
+SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)
ifeq ($(CONFIG_WINDOWS_NATIVE),y)