summaryrefslogtreecommitdiff
path: root/posix_api/livermore/Makefile
blob: d8695a1908099a107ff1974d9427ef14f83af690 (plain)
1
2
3
4
5
6
7
8
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_SHARE)/make/directory.cfg

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