summaryrefslogtreecommitdiffstats
path: root/testsuites/benchmarks/dhrystone/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/benchmarks/dhrystone/Makefile.am')
-rw-r--r--testsuites/benchmarks/dhrystone/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/testsuites/benchmarks/dhrystone/Makefile.am b/testsuites/benchmarks/dhrystone/Makefile.am
deleted file mode 100644
index 73b67212aa..0000000000
--- a/testsuites/benchmarks/dhrystone/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-rtems_tests_PROGRAMS = dhrystone
-dhrystone_SOURCES = init.c dhry_1.c dhry_2.c
-
-dist_rtems_tests_DATA = dhrystone.scn dhrystone.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
-AM_CFLAGS += -fno-inline -fno-builtin
-
-LINK_OBJS = $(dhrystone_OBJECTS)
-LINK_LIBS = $(dhrystone_LDLIBS)
-
-dhrystone$(EXEEXT): $(dhrystone_OBJECTS) $(dhrystone_DEPENDENCIES)
- @rm -f dhrystone$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am