summaryrefslogtreecommitdiff
path: root/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am')
-rw-r--r--rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am b/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am
index 3e83ed8..6b0d573 100644
--- a/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am
+++ b/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am
@@ -5,9 +5,10 @@
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
-@LOWER@_SOURCES = init.c ../../tmtests/include/timesys.h \
- ../../support/src/tmtests_empty_function.c \
- ../../support/src/tmtests_support.c
+@LOWER@_SOURCES = init.c
+@LOWER@_SOURCES += ../../tmtests/include/timesys.h
+@LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+@LOWER@_SOURCES += ../../support/src/tmtests_support.c
dist_rtems_tests_DATA = @LOWER@.doc