Signed-off-by: Wei Liu <wei.l...@citrix.com> --- Cc: Ian Jackson <ian.jack...@eu.citrix.com> --- .gitignore | 1 + tools/include/Makefile | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore index 7004349d5a..808f4f5497 100644 --- a/.gitignore +++ b/.gitignore @@ -198,6 +198,7 @@ tools/hotplug/Linux/xendomains tools/hotplug/NetBSD/rc.d/xencommons tools/hotplug/NetBSD/rc.d/xendriverdomain tools/include/acpi +tools/include/arch-shared tools/include/xen/* tools/include/xen-xsm/* tools/include/xen-foreign/*.(c|h|size) diff --git a/tools/include/Makefile b/tools/include/Makefile index 666510530e..2c0a7f6e3c 100644 --- 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/asm-x86/arch-shared arch-shared +endif touch $@ # Not xen/xsm as that clashes with link to @@ -65,7 +68,7 @@ uninstall: .PHONY: clean clean: - rm -rf xen xen-xsm acpi + rm -rf xen xen-xsm acpi arch-shared $(MAKE) -C xen-foreign clean .PHONY: dist -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel