summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-14 17:43:16 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-14 17:43:16 (GMT)
commit7b70a704e0f9197a79a37007968246ce4f66bcc0 (patch)
tree531028ea1f0dfb7159559857b539a413d4711412 /config
parentae7e017380b93899c1165acb9b60ddd80276b022 (diff)
Add the framework to have architecture-specific configuration and functions.
API is not yet defined.
Diffstat (limited to 'config')
-rw-r--r--config/target.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/target.in b/config/target.in
index 27c71d3..5c36531 100644
--- a/config/target.in
+++ b/config/target.in
@@ -74,6 +74,23 @@ config ARCH_LE
endchoice
+# Include architecture-specific configuration
+if ARCH_ARM
+source config/arch/arm/config.in
+endif
+if ARCH_IA64
+source config/arch/ia64/config.in
+endif
+if ARCH_MIPS
+source config/arch/mips/config.in
+endif
+if ARCH_x86
+source config/arch/x86/config.in
+endif
+if ARCH_x86_64
+source config/arch/x86_64/config.in
+endif
+
comment "Target optimisations"
config ARCH_ARCH