aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/xen-foreign/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include/xen-foreign/Makefile')
-rw-r--r--tools/include/xen-foreign/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/include/xen-foreign/Makefile b/tools/include/xen-foreign/Makefile
index 0de9018310..8b22b10960 100644
--- a/tools/include/xen-foreign/Makefile
+++ b/tools/include/xen-foreign/Makefile
@@ -3,7 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk
ROOT = $(XEN_ROOT)/xen/include/public
-architectures := x86_32 x86_64 ia64
+architectures := x86_32 x86_64
headers := $(patsubst %, %.h, $(architectures))
.PHONY: all clean check-headers
@@ -28,8 +28,5 @@ x86_32.h: mkheader.py structs.py $(ROOT)/arch-x86/xen-x86_32.h $(ROOT)/arch-x86/
x86_64.h: mkheader.py structs.py $(ROOT)/arch-x86/xen-x86_64.h $(ROOT)/arch-x86/xen.h $(ROOT)/xen.h
$(PYTHON) $< $* $@ $(filter %.h,$^)
-ia64.h: mkheader.py structs.py $(ROOT)/arch-ia64.h $(ROOT)/xen.h
- $(PYTHON) $< $* $@ $(filter %.h,$^)
-
checker.c: mkchecker.py structs.py
$(PYTHON) $< $@ $(architectures)