aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@hp.com>2008-04-14 14:04:58 -0600
committerAlex Williamson <alex.williamson@hp.com>2008-04-14 14:04:58 -0600
commit003499ac91203b8e2a7352deab00f46039983cd7 (patch)
treeb5254f18bace1b3b99f2abfacbdcb34ff5422fd3 /tools/include
parent72a8a2d95e8f1528f9249a458d666bb4ba7196f4 (diff)
downloadxen-003499ac91203b8e2a7352deab00f46039983cd7.tar.gz
xen-003499ac91203b8e2a7352deab00f46039983cd7.tar.bz2
xen-003499ac91203b8e2a7352deab00f46039983cd7.zip
[IA64] Install missing ia64 hvm public headers.
Signed-off-by: Kouya Shimura <kouya@jp.fujitsu.com>
Diffstat (limited to 'tools/include')
-rw-r--r--tools/include/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/include/Makefile b/tools/include/Makefile
index 72c9cb8b57..db0b760559 100644
--- a/tools/include/Makefile
+++ b/tools/include/Makefile
@@ -21,6 +21,7 @@ xen/.dir:
.PHONY: install
install: all
$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/arch-ia64
+ $(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/arch-ia64/hvm
$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/arch-x86
$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/arch-x86/hvm
$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/foreign
@@ -31,6 +32,7 @@ install: all
$(INSTALL_DATA) xen/COPYING $(DESTDIR)$(INCLUDEDIR)/xen
$(INSTALL_DATA) xen/*.h $(DESTDIR)$(INCLUDEDIR)/xen
$(INSTALL_DATA) xen/arch-ia64/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-ia64
+ $(INSTALL_DATA) xen/arch-ia64/hvm/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-ia64/hvm
$(INSTALL_DATA) xen/arch-x86/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-x86
$(INSTALL_DATA) xen/arch-x86/hvm/*.h $(DESTDIR)$(INCLUDEDIR)/xen/arch-x86/hvm
$(INSTALL_DATA) xen/foreign/*.h $(DESTDIR)$(INCLUDEDIR)/xen/foreign