summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxthreadname01/Makefile.am
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-09 13:42:02 +1000
committerChris Johns <chrisj@rtems.org>2018-04-10 08:24:54 +1000
commit2a99a6a066e5cff89ed6dad5f3ef38ce7da3a6df (patch)
tree0478c73dc68e11e90b3a4b722c3fb418382da3f9 /testsuites/psxtests/psxthreadname01/Makefile.am
parenttestsuite/mptests: Merged nested Makefile.am files into one Makefile.am (diff)
downloadrtems-2a99a6a066e5cff89ed6dad5f3ef38ce7da3a6df.tar.bz2
testsuite/psxtests: Merged nested Makefile.am files into one Makefile.am
This change is part of the testsuite Makefile.am reorganization. Update #3382
Diffstat (limited to 'testsuites/psxtests/psxthreadname01/Makefile.am')
-rw-r--r--testsuites/psxtests/psxthreadname01/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/testsuites/psxtests/psxthreadname01/Makefile.am b/testsuites/psxtests/psxthreadname01/Makefile.am
deleted file mode 100644
index 8726803b48..0000000000
--- a/testsuites/psxtests/psxthreadname01/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-rtems_tests_PROGRAMS = psxthreadname01
-psxthreadname01_SOURCES = init.c
-
-dist_rtems_tests_DATA = psxthreadname01.scn psxthreadname01.doc
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/compile.am
-include $(top_srcdir)/../automake/leaf.am
-
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-
-LINK_OBJS = $(psxthreadname01_OBJECTS)
-LINK_LIBS = $(psxthreadname01_LDLIBS)
-
-psxthreadname01$(EXEEXT): $(psxthreadname01_OBJECTS) $(psxthreadname01_DEPENDENCIES)
- @rm -f psxthreadname01$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am