summaryrefslogtreecommitdiffstats
path: root/posix_api
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-02-23 16:17:39 -0600
committerJoel Sherrill <joel@rtems.org>2022-02-23 16:17:54 -0600
commit938c38b84e0a2d9ef482e0f6d64a3c8e30a3544e (patch)
treea7e1c190213fd8ca593069dcbc6ca3d54296fda9 /posix_api
parenttracing: Add a special ticker variant to show tracing. (diff)
downloadrtems-examples-938c38b84e0a2d9ef482e0f6d64a3c8e30a3544e.tar.bz2
posix_api/Makefile ticker/Makefile: Add missing examples
Diffstat (limited to 'posix_api')
-rw-r--r--posix_api/Makefile2
1 files changed, 2 insertions, 0 deletions
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