aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/Makefile2
-rw-r--r--stubdom/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 72b3c0b488..b26738c961 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -128,7 +128,7 @@ html/hypercall/index.html: ./xen-headers
$(INSTALL_DIR) $(@D)
./xen-headers -O $(@D) \
-T 'arch-x86_64 - Xen public headers' \
- -X arch-ia64 -X arch-x86_32 -X xen-x86_32 -X arch-arm \
+ -X arch-x86_32 -X xen-x86_32 -X arch-arm \
../xen include/public include/xen/errno.h
-include html/hypercall/.deps
diff --git a/stubdom/Makefile b/stubdom/Makefile
index 32f0daf63d..9caccc45b6 100644
--- a/stubdom/Makefile
+++ b/stubdom/Makefile
@@ -292,7 +292,7 @@ endif
mk-headers-$(XEN_TARGET_ARCH): ioemu/linkfarm.stamp
mkdir -p include/xen && \
ln -sf $(wildcard $(XEN_ROOT)/xen/include/public/*.h) include/xen && \
- ln -sf $(addprefix $(XEN_ROOT)/xen/include/public/,arch-ia64 arch-x86 hvm io xsm) include/xen && \
+ ln -sf $(addprefix $(XEN_ROOT)/xen/include/public/,arch-x86 hvm io xsm) include/xen && \
( [ -h include/xen/sys ] || ln -sf $(XEN_ROOT)/tools/include/xen-sys/MiniOS include/xen/sys ) && \
( [ -h include/xen/libelf ] || ln -sf $(XEN_ROOT)/tools/include/xen/libelf include/xen/libelf ) && \
mkdir -p include/xen-foreign && \