|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH 37/50] ia64/pv_ops/xen: multi compile switch_lea
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
arch/ia64/kernel/Makefile | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/arch/ia64/kernel/Makefile b/arch/ia64/kernel/Makefile
index 7849bc3..a80dd3f 100644
--- a/arch/ia64/kernel/Makefile
+++ b/arch/ia64/kernel/Makefile
@@ -83,3 +83,18 @@ $(obj)/gate-data.o: $(obj)/gate.so
#
AFLAGS_ivt.o += -D__IA64_ASM_PARAVIRTUALIZED_NATIVE
AFLAGS_switch_leave.o += -D__IA64_ASM_PARAVIRTUALIZED_NATIVE
+
+# xen multi compile
+$(obj)/xen_%.o: $(src)/%.S FORCE
+ $(call if_changed_dep,as_o_S)
+
+#
+# xenivt.o, xen_switch_leave.o
+#
+obj-$(CONFIG_XEN) += xen_ivt.o xen_switch_leave.o
+ifeq ($(CONFIG_XEN), y)
+targets += xen_ivt.o xen_switch_leave.o
+$(obj)/build-in.o: xen_ivt.o xen_switch_leave.o
+endif
+AFLAGS_xen_ivt.o += -D__IA64_ASM_PARAVIRTUALIZED_XEN
+AFLAGS_xen_switch_leave.o += -D__IA64_ASM_PARAVIRTUALIZED_XEN
--
1.5.3
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] RE: Xen common code across architecture, (continued)
[Xen-ia64-devel] [PATCH 48/50] ia64/pv_ops/xen: define xen pv_init_ops., Isaku Yamahata
[Xen-ia64-devel] [PATCH 46/50] ia64/xen: define xen related address conversion helper functions for domU, Isaku Yamahata
[Xen-ia64-devel] [PATCH 25/50] ia64/pv_ops: introduce pv_info, Isaku Yamahata
[Xen-ia64-devel] [PATCH 31/50] ia64/xen: import xen hypercall header file for domU, Isaku Yamahata
[Xen-ia64-devel] [PATCH 28/50] ia64/pv_ops: introduce pv_irq_ops and its hooks., Isaku Yamahata
[Xen-ia64-devel] [PATCH 40/50] ia64/pv_ops/xen: xen privileged instruction intrinsics with binary patch., Isaku Yamahata
[Xen-ia64-devel] [PATCH 32/50] ia64/xen: define xen assembler constants which will be used later., Isaku Yamahata
[Xen-ia64-devel] [PATCH 36/50] ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN., Isaku Yamahata
[Xen-ia64-devel] [PATCH 37/50] ia64/pv_ops/xen: multi compile switch_leave.S and ivt.S for xen.,
Isaku Yamahata <=
[Xen-ia64-devel] [PATCH 47/50] ia64/pv_ops/xen: define xen pv_info., Isaku Yamahata
[Xen-ia64-devel] [PATCH 24/50] ia64/pv_ops: paravirtualize arch/ia64/kernel/ivt.S., Isaku Yamahata
[Xen-ia64-devel] [PATCH 39/50] ia64/xen: introduce xen paravirtualized intrinsic operations for privileged instruction., Isaku Yamahata
|
|
|
|
|