summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxkey10/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxkey10/Makefile.am')
-rw-r--r--testsuites/psxtests/psxkey10/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/testsuites/psxtests/psxkey10/Makefile.am b/testsuites/psxtests/psxkey10/Makefile.am
deleted file mode 100644
index 8e4f2f409b..0000000000
--- a/testsuites/psxtests/psxkey10/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-
-rtems_tests_PROGRAMS = psxkey10
-psxkey10_SOURCES = init.c
-
-dist_rtems_tests_DATA = psxkey10.scn
-dist_rtems_tests_DATA += psxkey10.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)/include
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-
-LINK_OBJS = $(psxkey10_OBJECTS)
-LINK_LIBS = $(psxkey10_LDLIBS)
-
-psxkey10$(EXEEXT): $(psxkey10_OBJECTS) $(psxkey10_DEPENDENCIES)
- @rm -f psxkey10$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am