summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpfatal02/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smpfatal02/Makefile.am')
-rw-r--r--testsuites/smptests/smpfatal02/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/testsuites/smptests/smpfatal02/Makefile.am b/testsuites/smptests/smpfatal02/Makefile.am
deleted file mode 100644
index bbce3b7b6d..0000000000
--- a/testsuites/smptests/smpfatal02/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-rtems_tests_PROGRAMS = smpfatal02
-smpfatal02_SOURCES = init.c
-
-dist_rtems_tests_DATA = smpfatal02.scn smpfatal02.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 = $(smpfatal02_OBJECTS)
-LINK_LIBS = $(smpfatal02_LDLIBS)
-
-smpfatal02$(EXEEXT): $(smpfatal02_OBJECTS) $(smpfatal02_DEPENDENCIES)
- @rm -f smpfatal02$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am