summaryrefslogtreecommitdiffstats
path: root/cxx/Makefile
blob: d97f79424725d72042689ce7364ee1529c344beb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_SHARE)/make/directory.cfg

# These tests require C++
ifneq ($(CXX_FOR_TARGET),)
  SUBDIRS  = cxx_throw
  SUBDIRS += cxx_stdmap

  # This is specific to application Makefile support
  SUBDIRS += libcpp
endif