summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/Makefile
diff options
context:
space:
mode:
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)