From a818d13cc09c225476337234d1e7ae1dd3a0cf56 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 7 Nov 2018 07:43:38 +0100 Subject: build: Remove superfluous psxtmonce01/Makefile.am --- testsuites/psxtmtests/psxtmonce01/Makefile.am | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 testsuites/psxtmtests/psxtmonce01/Makefile.am (limited to 'testsuites/psxtmtests') diff --git a/testsuites/psxtmtests/psxtmonce01/Makefile.am b/testsuites/psxtmtests/psxtmonce01/Makefile.am deleted file mode 100644 index 242e3937d1..0000000000 --- a/testsuites/psxtmtests/psxtmonce01/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -MANAGERS = all - -rtems_tests_PROGRAMS = psxtmonce01 -psxtmonce01_SOURCES = init.c -psxtmonce01_SOURCES += ../../tmtests/include/timesys.h -psxtmonce01_SOURCES += ../../support/src/tmtests_empty_function.c -psxtmonce01_SOURCES += ../../support/src/tmtests_support.c - -dist_rtems_tests_DATA = psxtmonce01.doc - -include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -include $(top_srcdir)/../automake/compile.am -include $(top_srcdir)/../automake/leaf.am - -OPERATION_COUNT = @OPERATION_COUNT@ -AM_CPPFLAGS += -I$(top_srcdir)/../tmtests/include -AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT) -AM_CPPFLAGS += -I$(top_srcdir)/../support/include - -LINK_OBJS = $(psxtmonce01_OBJECTS) $(psxtmonce01_LDADD) -LINK_LIBS = $(psxtmonce01_LDLIBS) - -psxtmonce01$(EXEEXT): $(psxtmonce01_OBJECTS) $(psxtmonce01_DEPENDENCIES) - @rm -f psxtmonce01$(EXEEXT) - $(make-exe) - -include $(top_srcdir)/../automake/local.am -- cgit v1.2.3