summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-29 00:52:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-29 00:52:23 +0000
commitade5fb42679b7e890f29487ca850c65f9944fa1e (patch)
tree84f10662c214892091c5b7d5dce796b6f736c6b4 /apps/examples/elf/tests/Makefile
parent09dcebb6991350498b809a20b55fbcfd982a0b2a (diff)
downloadnuttx-ade5fb42679b7e890f29487ca850c65f9944fa1e.tar.gz
nuttx-ade5fb42679b7e890f29487ca850c65f9944fa1e.tar.bz2
nuttx-ade5fb42679b7e890f29487ca850c65f9944fa1e.zip
Finish implemention of ELF loader static constructor support. Still some issues.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5272 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/elf/tests/Makefile')
-rw-r--r--apps/examples/elf/tests/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/examples/elf/tests/Makefile b/apps/examples/elf/tests/Makefile
index f834f6c78..d2192cb1e 100644
--- a/apps/examples/elf/tests/Makefile
+++ b/apps/examples/elf/tests/Makefile
@@ -33,13 +33,15 @@
#
############################################################################
-# Most of these do no build yet
+-include $(TOPDIR)/.config
+-include $(TOPDIR)/Make.defs
+include $(APPDIR)/Make.defs
-ALL_SUBDIRS = errno hello hello++ longjmp mutex pthread signal task struct
+ALL_SUBDIRS = errno hello helloxx longjmp mutex pthread signal task struct
BUILD_SUBDIRS = errno hello task struct
ifeq ($(CONFIG_HAVE_CXX),y)
-BUILD_SUBDIRS += hello++
+BUILD_SUBDIRS += helloxx
endif
ifeq ($(CONFIG_EXAMPLES_ELF_LONGJMP),y)