summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtime
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/psxtime
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/psxtime')
-rw-r--r--testsuites/psxtests/psxtime/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/testsuites/psxtests/psxtime/Makefile.am b/testsuites/psxtests/psxtime/Makefile.am
deleted file mode 100644
index 7d41a75226..0000000000
--- a/testsuites/psxtests/psxtime/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-
-rtems_tests_PROGRAMS = psxtime
-psxtime_SOURCES = main.c test.c
-
-dist_rtems_tests_DATA = psxtime.scn
-
-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 = $(psxtime_OBJECTS)
-LINK_LIBS = $(psxtime_LDLIBS)
-
-psxtime$(EXEEXT): $(psxtime_OBJECTS) $(psxtime_DEPENDENCIES)
- @rm -f psxtime$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am