summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spcbssched01/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spcbssched01/Makefile.am')
-rw-r--r--testsuites/sptests/spcbssched01/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/testsuites/sptests/spcbssched01/Makefile.am b/testsuites/sptests/spcbssched01/Makefile.am
deleted file mode 100644
index ae7bfccce3..0000000000
--- a/testsuites/sptests/spcbssched01/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-
-rtems_tests_PROGRAMS = spcbssched01
-spcbssched01_SOURCES = init.c task1.c system.h
-
-dist_rtems_tests_DATA = spcbssched01.scn
-dist_rtems_tests_DATA += spcbssched01.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 = $(spcbssched01_OBJECTS)
-LINK_LIBS = $(spcbssched01_LDLIBS)
-
-spcbssched01$(EXEEXT): $(spcbssched01_OBJECTS) $(spcbssched01_DEPENDENCIES)
- @rm -f spcbssched01$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am