aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-04 16:27:44 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-04 16:27:44 +0100
commit355b0469a8d017b80d9ce1078c90fe628c8b3bbe (patch)
tree9a24bfe6fe9a73ea9635cd06ed0880f63a56720a /xen/include/Makefile
parentb12217e1416a2f4ebabfa78b5d0a578d0d879d04 (diff)
downloadxen-355b0469a8d017b80d9ce1078c90fe628c8b3bbe.tar.gz
xen-355b0469a8d017b80d9ce1078c90fe628c8b3bbe.tar.bz2
xen-355b0469a8d017b80d9ce1078c90fe628c8b3bbe.zip
x86: MCA support.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'xen/include/Makefile')
-rw-r--r--xen/include/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/Makefile b/xen/include/Makefile
index 64f72865ae..64ae8c92f0 100644
--- a/xen/include/Makefile
+++ b/xen/include/Makefile
@@ -20,6 +20,7 @@ headers-y := \
compat/xen.h \
compat/xencomm.h \
compat/xenoprof.h
+headers-$(CONFIG_X86) += compat/arch-x86/xen-mca.h
headers-$(CONFIG_X86) += compat/arch-x86/xen.h
headers-$(CONFIG_X86) += compat/arch-x86/xen-$(compat-arch-y).h
headers-y += compat/arch-$(compat-arch-y).h compat/xlat.h