summaryrefslogtreecommitdiffstats
path: root/testsuites/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/benchmarks')
-rw-r--r--testsuites/benchmarks/Makefile.am8
-rw-r--r--testsuites/benchmarks/configure.ac2
2 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/benchmarks/Makefile.am b/testsuites/benchmarks/Makefile.am
index 3d95ecdb9f..6c5fe7fb27 100644
--- a/testsuites/benchmarks/Makefile.am
+++ b/testsuites/benchmarks/Makefile.am
@@ -1,9 +1,9 @@
ACLOCAL_AMFLAGS = -I ../aclocal
-SUBDIRS =
-SUBDIRS += linpack
-SUBDIRS += whetstone
-SUBDIRS += dhrystone
+_SUBDIRS =
+_SUBDIRS += dhrystone
+_SUBDIRS += linpack
+_SUBDIRS += whetstone
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/benchmarks/configure.ac b/testsuites/benchmarks/configure.ac
index 18af749fb9..f28fc79162 100644
--- a/testsuites/benchmarks/configure.ac
+++ b/testsuites/benchmarks/configure.ac
@@ -22,8 +22,8 @@ RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
+dhrystone/Makefile
linpack/Makefile
whetstone/Makefile
-dhrystone/Makefile
])
AC_OUTPUT