From 8f2348c03c7ac1a1f6baa91590eb0b5938bf727b Mon Sep 17 00:00:00 2001 From: Emmanuel Ackaouy Date: Fri, 5 Jan 2007 17:32:00 +0000 Subject: 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 --- xen/common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'xen/common/Makefile') 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 -- cgit v1.2.3