summaryrefslogtreecommitdiff
path: root/led/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'led/Makefile')
-rw-r--r--led/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/led/Makefile b/led/Makefile
new file mode 100644
index 0000000..bb165a6
--- /dev/null
+++ b/led/Makefile
@@ -0,0 +1,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