summaryrefslogtreecommitdiff
path: root/led/Makefile
blob: bb165a612a08bf581f472775aa37187cf5ac9356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
#  $Id$
#

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

SUBDIRS=delay event_server msg_server sem_server ratemon1 ratemon2 \
  timeout_event

# If the POSIX API isn't enabled, we can't build these
ifeq ($(RTEMS_HAS_POSIX_API),yes)
SUBDIRS += posix_cond_server posix_delay_sleep posix_delay_nanosleep \
  posix_mutex_server ratemon_cond_server
  # This test requires POSIX and C++
  ifneq ($(CXX_FOR_TARGET),)
    SUBDIRS += complex1
  endif
endif