summaryrefslogblamecommitdiffstats
path: root/cxx/Makefile
blob: d97f79424725d72042689ce7364ee1529c344beb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                                           
                                         


                          




                                                    
     
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