summaryrefslogtreecommitdiff
path: root/cxx/Makefile
blob: f373ac37bde2624fb3742d5e67b51f05194fdb8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
#  $Id$
#

include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_ROOT)/make/directory.cfg

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