summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp08/node1/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp08/node1/Makefile.am')
-rw-r--r--testsuites/mptests/mp08/node1/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/testsuites/mptests/mp08/node1/Makefile.am b/testsuites/mptests/mp08/node1/Makefile.am
deleted file mode 100644
index c2857cba3a..0000000000
--- a/testsuites/mptests/mp08/node1/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-rtems_tests_PROGRAMS = mp08-node1
-mp08_node1_SOURCES = ../init.c ../task1.c ../system.h
-
-dist_rtems_tests_DATA = mp08-node1.scn
-dist_rtems_tests_DATA += mp08-node1.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=1 -I$(srcdir)/..
-
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-
-LINK_OBJS = $(mp08_node1_OBJECTS)
-LINK_LIBS = $(mp08_node1_LDLIBS)
-
-mp08-node1$(EXEEXT): $(mp08_node1_OBJECTS) $(mp08_node1_DEPENDENCIES)
- @rm -f mp08-node1$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am