aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/xen/Makefile
diff options
context:
space:
mode:
authorIsaku Yamahata <yamahata@valinux.co.jp>2008-10-16 22:18:04 -0400
committerTony Luck <tony.luck@intel.com>2008-10-17 13:05:46 -0400
commit16583bc0b4871299a60cbcdd1c6e102e3f9b8e4b (patch)
tree3c842ffd72058786b1487856234883825cdc1054 /arch/ia64/xen/Makefile
parent5142ec4690943eefc86b01396addf70083a2b9fb (diff)
ia64/pv_ops/xen: paravirtualize entry.S for ia64/xen.
paravirtualize entry.S for ia64/xen by multi compile. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/xen/Makefile')
-rw-r--r--arch/ia64/xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/xen/Makefile b/arch/ia64/xen/Makefile
index 5c87e4a79d39..9b77e8ae4f34 100644
--- a/arch/ia64/xen/Makefile
+++ b/arch/ia64/xen/Makefile
@@ -8,7 +8,7 @@ obj-y := hypercall.o xenivt.o xensetup.o xen_pv_ops.o \
8AFLAGS_xenivt.o += -D__IA64_ASM_PARAVIRTUALIZED_XEN 8AFLAGS_xenivt.o += -D__IA64_ASM_PARAVIRTUALIZED_XEN
9 9
10# xen multi compile 10# xen multi compile
11ASM_PARAVIRT_MULTI_COMPILE_SRCS = ivt.S 11ASM_PARAVIRT_MULTI_COMPILE_SRCS = ivt.S entry.S
12ASM_PARAVIRT_OBJS = $(addprefix xen-,$(ASM_PARAVIRT_MULTI_COMPILE_SRCS:.S=.o)) 12ASM_PARAVIRT_OBJS = $(addprefix xen-,$(ASM_PARAVIRT_MULTI_COMPILE_SRCS:.S=.o))
13obj-y += $(ASM_PARAVIRT_OBJS) 13obj-y += $(ASM_PARAVIRT_OBJS)
14define paravirtualized_xen 14define paravirtualized_xen