[rtems-examples commit] posix_api/Makefile ticker/Makefile: Add missing examples

Joel Sherrill joel at rtems.org
Thu Feb 24 23:04:34 UTC 2022


Module:    rtems-examples
Branch:    master
Commit:    938c38b84e0a2d9ef482e0f6d64a3c8e30a3544e
Changeset: http://git.rtems.org/rtems-examples/commit/?id=938c38b84e0a2d9ef482e0f6d64a3c8e30a3544e

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed Feb 23 16:17:39 2022 -0600

posix_api/Makefile ticker/Makefile: Add missing examples

---

 posix_api/Makefile | 2 ++
 ticker/Makefile    | 7 ++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/posix_api/Makefile b/posix_api/Makefile
index 586758a..80b3917 100644
--- a/posix_api/Makefile
+++ b/posix_api/Makefile
@@ -15,5 +15,7 @@ ifeq ($(RTEMS_HAS_POSIX_API),yes)
   SUBDIRS += psx_rwlock_report
   SUBDIRS += psx_sched_report
   SUBDIRS += psx_sigint
+  SUBDIRS += psx_task_restart
+  SUBDIRS += psx_thread_restart
   SUBDIRS += livermore
 endif
diff --git a/ticker/Makefile b/ticker/Makefile
index 567224f..c11d98f 100644
--- a/ticker/Makefile
+++ b/ticker/Makefile
@@ -3,4 +3,9 @@ include $(RTEMS_CUSTOM)
 include $(RTEMS_SHARE)/make/directory.cfg
 
 # Ticker Variations
-SUBDIRS = ticker low_ticker low_ticker1 low_ticker2 
+SUBDIRS  = ticker
+SUBDIRS += ticker_stackchk
+SUBDIRS += ticker_trace
+SUBDIRS += low_ticker
+SUBDIRS += low_ticker1
+SUBDIRS += low_ticker2 



More information about the vc mailing list