From 658acbc0e62337f31599e5932f44f2a1c8a89f82 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Fri, 15 Dec 2006 17:27:57 +0000 Subject: Add CONFIG_X86_{32,64} Makefile variables. Signed-off-by: Keir Fraser --- config/x86_32.mk | 1 + config/x86_64.mk | 1 + 2 files changed, 2 insertions(+) (limited to 'config') 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 -- cgit v1.2.3