summaryrefslogtreecommitdiffstats
path: root/cxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cxx/Makefile')
-rw-r--r--cxx/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/cxx/Makefile b/cxx/Makefile
index e5fa10b..d97f794 100644
--- a/cxx/Makefile
+++ b/cxx/Makefile
@@ -4,5 +4,9 @@ include $(RTEMS_SHARE)/make/directory.cfg
# These tests require C++
ifneq ($(CXX_FOR_TARGET),)
- SUBDIRS= cxx_throw libcpp
+ SUBDIRS = cxx_throw
+ SUBDIRS += cxx_stdmap
+
+ # This is specific to application Makefile support
+ SUBDIRS += libcpp
endif