summaryrefslogtreecommitdiffstats
path: root/posix_api/Makefile
blob: c247972f7e4010b1ada44796be8fcd53b39cbd1a (plain) (blame)
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

# If the POSIX API isn't enabled, we can't build these
ifeq ($(RTEMS_HAS_POSIX_API),yes)
  SUBDIRS = psx_example_1 psx_example_2 psx_example_3 psx_sched_report
endif