summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxglobalcon01
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/psxglobalcon01
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/psxglobalcon01')
-rw-r--r--testsuites/psxtests/psxglobalcon01/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/testsuites/psxtests/psxglobalcon01/Makefile.am b/testsuites/psxtests/psxglobalcon01/Makefile.am
deleted file mode 100644
index 3b87ebe013..0000000000
--- a/testsuites/psxtests/psxglobalcon01/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-rtems_tests_PROGRAMS = psxglobalcon01
-psxglobalcon01_SOURCES = init.cc
-
-dist_rtems_tests_DATA = psxglobalcon01.scn psxglobalcon01.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 = $(psxglobalcon01_OBJECTS)
-LINK_LIBS = $(psxglobalcon01_LDLIBS)
-
-psxglobalcon01$(EXEEXT): $(psxglobalcon01_OBJECTS) $(psxglobalcon01_DEPENDENCIES)
- @rm -f psxglobalcon01$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am