summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp10/node2/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp10/node2/Makefile.am')
-rw-r--r--testsuites/mptests/mp10/node2/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/testsuites/mptests/mp10/node2/Makefile.am b/testsuites/mptests/mp10/node2/Makefile.am
deleted file mode 100644
index 86ccb574cd..0000000000
--- a/testsuites/mptests/mp10/node2/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-rtems_tests_PROGRAMS = mp10-node2
-mp10_node2_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h
-
-dist_rtems_tests_DATA = mp10-node2.scn
-dist_rtems_tests_DATA += mp10-node2.doc
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/compile.am
-include $(top_srcdir)/../automake/leaf.am
-
-AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
-
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-
-LINK_OBJS = $(mp10_node2_OBJECTS)
-LINK_LIBS = $(mp10_node2_LDLIBS)
-
-mp10-node2$(EXEEXT): $(mp10_node2_OBJECTS) $(mp10_node2_DEPENDENCIES)
- @rm -f mp10-node2$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am