aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-12-15 17:27:57 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-12-15 17:27:57 +0000
commit658acbc0e62337f31599e5932f44f2a1c8a89f82 (patch)
tree1f6b4f973391d26be511f28ef6d20e3e6ee91b19 /config
parent43bec42d590352f3bec5eea68500e27da116b6a5 (diff)
downloadxen-658acbc0e62337f31599e5932f44f2a1c8a89f82.tar.gz
xen-658acbc0e62337f31599e5932f44f2a1c8a89f82.tar.bz2
xen-658acbc0e62337f31599e5932f44f2a1c8a89f82.zip
Add CONFIG_X86_{32,64} Makefile variables.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'config')
-rw-r--r--config/x86_32.mk1
-rw-r--r--config/x86_64.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/x86_32.mk b/config/x86_32.mk
index 4a0490afa8..ce0bb67ba1 100644
--- a/config/x86_32.mk
+++ b/config/x86_32.mk
@@ -1,4 +1,5 @@
CONFIG_X86 := y
+CONFIG_X86_32 := y
CONFIG_X86_$(XEN_OS) := y
CONFIG_HVM := y
diff --git a/config/x86_64.mk b/config/x86_64.mk
index e85b37ff91..99b25d8059 100644
--- a/config/x86_64.mk
+++ b/config/x86_64.mk
@@ -1,4 +1,5 @@
CONFIG_X86 := y
+CONFIG_X86_64 := y
CONFIG_X86_$(XEN_OS) := y
CONFIG_HVM := y