>>> On 04.09.18 at 18:15, <wei.l...@citrix.com> wrote: > --- a/xen/arch/x86/mm/Makefile > +++ b/xen/arch/x86/mm/Makefile > @@ -1,15 +1,16 @@ > subdir-y += shadow > -subdir-y += hap > +subdir-$(CONFIG_HVM) += hap > > -obj-y += paging.o > -obj-y += p2m.o p2m-pt.o p2m-ept.o p2m-pod.o > -obj-y += altp2m.o > +obj-$(CONFIG_HVM) += altp2m.o > obj-y += guest_walk_2.o > obj-y += guest_walk_3.o > obj-y += guest_walk_4.o > +obj-y += mem_access.o
Despite it currently being always-on on x86, perhaps use obj-$(CONFIG_MEM_ACCESS) as you touch it anyway? With or without this Acked-by: Jan Beulich <jbeul...@suse.com> for the tiny bit of this patch where it's applicable. Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel