>>> On 03.07.18 at 22:55, <andrew.coop...@citrix.com> wrote: > --- a/tools/include/Makefile > +++ b/tools/include/Makefile > @@ -21,6 +21,9 @@ xen/.dir: > ln -sf $(addprefix $(XEN_ROOT)/xen/include/xen/,libelf.h elfstructs.h) > xen/libelf/ > ln -s ../xen-foreign xen/foreign > ln -sf $(XEN_ROOT)/xen/include/acpi acpi > +ifeq ($(CONFIG_X86),y) > + ln -sf $(XEN_ROOT)/xen/include/xen/libx86 xen/libx86 > +endif
Why not set the include path suitably? And otherwise, what harm would there be installing the link also when targeting ARM? Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel