aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/Makefile
diff options
context:
space:
mode:
authorEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:33 +0000
committerEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:33 +0000
commitff311267b0e2ebe889e5b4067469be9028d94b8b (patch)
treee536f3e5cdc93c44bb3b09fbc27252b722001f47 /xen/include/Makefile
parent10254dc1047c99da362d4e481b1ea5b713ae4ca3 (diff)
downloadxen-ff311267b0e2ebe889e5b4067469be9028d94b8b.tar.gz
xen-ff311267b0e2ebe889e5b4067469be9028d94b8b.tar.bz2
xen-ff311267b0e2ebe889e5b4067469be9028d94b8b.zip
Merge vcpuop compat header creation
Signed-off-by: Emmanuel Ackaouy <ack@xensource.com>
Diffstat (limited to 'xen/include/Makefile')
-rw-r--r--xen/include/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/Makefile b/xen/include/Makefile
index 416c3a8fee..d2efb237c3 100644
--- a/xen/include/Makefile
+++ b/xen/include/Makefile
@@ -4,6 +4,8 @@ compat-arch-$(CONFIG_X86) := x86_32
headers-y := $(shell echo public/*.h | sed -e 's,[^[:space:]]*-[^[:space:]]*,,g' -e 's,public/,compat/,g')
headers-y := $(filter-out %/dom0_ops.h,$(headers-y))
+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
cppflags-y := -include public/xen-compat.h