aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:32:00 +0000
committerEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:32:00 +0000
commit8f2348c03c7ac1a1f6baa91590eb0b5938bf727b (patch)
tree29365b97b287c3c0c3c6d4912264646e24bc34df /xen/common/Makefile
parent1f2d77695e961365537c7ef9809c5f494991bc79 (diff)
downloadxen-8f2348c03c7ac1a1f6baa91590eb0b5938bf727b.tar.gz
xen-8f2348c03c7ac1a1f6baa91590eb0b5938bf727b.tar.bz2
xen-8f2348c03c7ac1a1f6baa91590eb0b5938bf727b.zip
Introduce _DOMF_compat and infrastructure as well as several conditionals
dealing with operations that need to distinguish between native and compatibility mode guests. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 6f3a9a097e..017348e065 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -3,6 +3,7 @@ obj-y += bitmap.o
obj-y += domctl.o
obj-y += domain.o
obj-y += elf.o
+obj-$(CONFIG_COMPAT) += elf32.o
obj-y += event_channel.o
obj-y += grant_table.o
obj-y += kernel.o