Provides a consistent list of autogenerated make files.

Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]>

---
 configure.ac |   45 +++++++++++++++++++++++++--------------------
 1 file changed, 25 insertions(+), 20 deletions(-)

Index: configure.ac
===================================================================
--- configure.ac.orig
+++ configure.ac
@@ -69,24 +69,29 @@ if test "${CONFIG_DEBUG}" = "yes"; then
 else
     CFLAGS="${CFLAGS} -O2"
 fi
-AC_CONFIG_FILES([GNUmakefile
-                config/GNUmakefile
-                 func/GNUmakefile
-                 func/async_handler/GNUmakefile
-                 func/matrix_mult/GNUmakefile
-                 func/measurement/GNUmakefile
-                 func/gtod_latency/GNUmakefile
-                 func/pi-tests/GNUmakefile
-                 func/prio-preempt/GNUmakefile
-                 func/prio-wake/GNUmakefile
-                 func/pthread_kill_latency/GNUmakefile
-                 func/sched_football/GNUmakefile
-                 func/sched_jitter/GNUmakefile
-                 func/sched_latency/GNUmakefile
-                 func/thread_clock/GNUmakefile
-                 include/GNUmakefile
-                 perf/GNUmakefile
-                 perf/latency/GNUmakefile
-                stress/GNUmakefile
-                 stress/pi-tests/GNUmakefile])
+
+AC_CONFIG_FILES([
+               include/GNUmakefile
+               config/GNUmakefile
+               stress/pi-tests/GNUmakefile
+               stress/GNUmakefile
+               GNUmakefile
+               perf/latency/GNUmakefile
+               perf/GNUmakefile
+               func/sched_latency/GNUmakefile
+               func/async_handler/GNUmakefile
+               func/sched_jitter/GNUmakefile
+               func/sched_football/GNUmakefile
+               func/matrix_mult/GNUmakefile
+               func/pi-tests/GNUmakefile
+               func/prio-wake/GNUmakefile
+               func/measurement/GNUmakefile
+               func/gtod_latency/GNUmakefile
+               func/pthread_kill_latency/GNUmakefile
+               func/periodic_cpu_load/GNUmakefile
+               func/GNUmakefile
+               func/prio-preempt/GNUmakefile
+               func/thread_clock/GNUmakefile
+])
+
 AC_OUTPUT

--
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9

-
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to