[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] x86/pv: reorder items in Makefile
Split it into two sections, one for obj-y and the other for obj-bin-y. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- xen/arch/x86/pv/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xen/arch/x86/pv/Makefile b/xen/arch/x86/pv/Makefile index bd1a7081fc..4e15484471 100644 --- a/xen/arch/x86/pv/Makefile +++ b/xen/arch/x86/pv/Makefile @@ -1,13 +1,13 @@ -obj-y += hypercall.o -obj-y += traps.o - obj-y += callback.o -obj-bin-y += dom0_build.init.o obj-y += domain.o obj-y += emulate.o obj-y += emul-gate-op.o obj-y += emul-inv-op.o obj-y += emul-priv-op.o -obj-bin-y += gpr_switch.o +obj-y += hypercall.o obj-y += iret.o obj-y += misc-hypercalls.o +obj-y += traps.o + +obj-bin-y += dom0_build.init.o +obj-bin-y += gpr_switch.o -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |