summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfatal02/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxfatal02/Makefile.am')
-rw-r--r--testsuites/psxtests/psxfatal02/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/testsuites/psxtests/psxfatal02/Makefile.am b/testsuites/psxtests/psxfatal02/Makefile.am
deleted file mode 100644
index da6011a440..0000000000
--- a/testsuites/psxtests/psxfatal02/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-
-rtems_tests_PROGRAMS = psxfatal02
-psxfatal02_SOURCES = ../psxfatal_support/init.c ../psxfatal_support/system.h testcase.h
-
-dist_rtems_tests_DATA = psxfatal02.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 = $(psxfatal02_OBJECTS)
-LINK_LIBS = $(psxfatal02_LDLIBS)
-
-psxfatal02$(EXEEXT): $(psxfatal02_OBJECTS) $(psxfatal02_DEPENDENCIES)
- @rm -f psxfatal02$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am