summaryrefslogtreecommitdiffstats
path: root/posix_api
diff options
context:
space:
mode:
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