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