[Cbe-oss-dev] [PATCH 15/17]MARS/modules/task: Enable host mpu specific checks

Yuji Mano yuji.mano at am.sony.com
Wed Nov 26 14:40:40 EST 2008


From: Kazunori Asayama <asayama at sm.sony.co.jp>

Enable host and MPU specific checks by configure scripts (task module)

This patch adds capability to check host and MPU specific attributes
by configure scripts.

Signed-off-by: Kazunori Asayama <asayama at sm.sony.co.jp>
---
 modules/task/configure.ac.in          |    2 +-
 modules/task/src/host/configure.ac.in |    2 +-
 modules/task/src/mpu/configure.ac.in  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Index: b/modules/task/configure.ac.in
===================================================================
--- a/modules/task/configure.ac.in	2008-11-21 12:01:25.000000000 +0900
+++ b/modules/task/configure.ac.in	2008-11-21 21:01:49.000000000 +0900
@@ -40,7 +40,7 @@ AC_INIT([mars-task], [@version@], [MARS 
 
 AC_PREFIX_DEFAULT([/usr])
 
-AC_CONFIG_MARS
+AC_CONFIG_MARS_HOST
 
 AC_CONFIG_AUX_DIR([.])
 
Index: b/modules/task/src/host/configure.ac.in
===================================================================
--- a/modules/task/src/host/configure.ac.in	2008-11-21 12:01:25.000000000 +0900
+++ b/modules/task/src/host/configure.ac.in	2008-11-21 21:02:26.000000000 +0900
@@ -38,7 +38,7 @@
 
 AC_INIT([mars], [@version@], [MARS <cbe-oss-dev at ozlabs.org>])
 
-AC_CONFIG_MARS
+AC_CONFIG_MARS_HOST
 
 AC_CONFIG_AUX_DIR([.])
 
Index: b/modules/task/src/mpu/configure.ac.in
===================================================================
--- a/modules/task/src/mpu/configure.ac.in	2008-11-21 12:01:25.000000000 +0900
+++ b/modules/task/src/mpu/configure.ac.in	2008-11-21 21:02:39.000000000 +0900
@@ -38,7 +38,7 @@
 
 AC_INIT([mars], [@version@], [MARS <cbe-oss-dev at ozlabs.org>])
 
-AC_CONFIG_MARS
+AC_CONFIG_MARS_MPU
 
 AC_CONFIG_AUX_DIR([.])
 





More information about the cbe-oss-dev mailing list