diff options
Diffstat (limited to 'arch/ia64/xen/Makefile')
-rw-r--r-- | arch/ia64/xen/Makefile | 2 |
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 \ | |||
8 | AFLAGS_xenivt.o += -D__IA64_ASM_PARAVIRTUALIZED_XEN | 8 | AFLAGS_xenivt.o += -D__IA64_ASM_PARAVIRTUALIZED_XEN |
9 | 9 | ||
10 | # xen multi compile | 10 | # xen multi compile |
11 | ASM_PARAVIRT_MULTI_COMPILE_SRCS = ivt.S | 11 | ASM_PARAVIRT_MULTI_COMPILE_SRCS = ivt.S entry.S |
12 | ASM_PARAVIRT_OBJS = $(addprefix xen-,$(ASM_PARAVIRT_MULTI_COMPILE_SRCS:.S=.o)) | 12 | ASM_PARAVIRT_OBJS = $(addprefix xen-,$(ASM_PARAVIRT_MULTI_COMPILE_SRCS:.S=.o)) |
13 | obj-y += $(ASM_PARAVIRT_OBJS) | 13 | obj-y += $(ASM_PARAVIRT_OBJS) |
14 | define paravirtualized_xen | 14 | define paravirtualized_xen |