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