summaryrefslogtreecommitdiffstats
path: root/cxx/Makefile
blob: e5fa10b476ab766a58872aee422eaa0dbc214204 (plain) (blame)
1
2
3
4
5
6
7
8
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 libcpp
endif