summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/Makefile.in')
-rw-r--r--c/src/tests/psxtests/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/Makefile.in b/c/src/tests/psxtests/Makefile.in
index 87c597ebbd..4586dd07dc 100644
--- a/c/src/tests/psxtests/Makefile.in
+++ b/c/src/tests/psxtests/Makefile.in
@@ -11,6 +11,10 @@ PROJECT_ROOT = @PROJECT_ROOT@
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/directory.cfg
-SUB_DIRS=support psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 \
+POSIX_DIRS=psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 \
psx09 psx10 psx11 psx12
+POSIX_FILES_DIRS=file01 readdir dup stat mount psx13
+
+SUB_DIRS=support $(POSIX_DIRS) $(POSIX_FILES_DIRS)
+