aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-08 10:06:15 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-08 10:06:15 +0100
commit41e851f6adf4af476987f62926aafb7980bdac39 (patch)
tree7bc5d5baf97376a8b9a7ad1c465961124ee30ed9 /xen/Makefile
parente94e3f210a6244948e605836fc0f285de3599208 (diff)
downloadxen-41e851f6adf4af476987f62926aafb7980bdac39.tar.gz
xen-41e851f6adf4af476987f62926aafb7980bdac39.tar.bz2
xen-41e851f6adf4af476987f62926aafb7980bdac39.zip
Install xen/xsm headers to .../usr/include/xen/xsm/
Signed-off-by: Ben Guthro <bguthro@virtualiron.com>
Diffstat (limited to 'xen/Makefile')
-rw-r--r--xen/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 3b1403f990..464ed41260 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -35,12 +35,15 @@ _install: $(TARGET).gz build-headers
$(INSTALL_DIR) $(DESTDIR)/usr/include/xen/hvm
[ -d $(DESTDIR)/usr/include/xen/io ] || \
$(INSTALL_DIR) $(DESTDIR)/usr/include/xen/io
+ [ -d $(DESTDIR)/usr/include/xen/xsm ] || \
+ $(INSTALL_DIR) $(DESTDIR)/usr/include/xen/xsm
[ -d $(DESTDIR)/usr/include/xen/foreign ] || \
$(INSTALL_DIR) $(DESTDIR)/usr/include/xen/foreign
$(INSTALL_DATA) include/public/*.h $(DESTDIR)/usr/include/xen
$(INSTALL_DATA) include/public/arch-x86/*.h $(DESTDIR)/usr/include/xen/arch-x86
$(INSTALL_DATA) include/public/hvm/*.h $(DESTDIR)/usr/include/xen/hvm
$(INSTALL_DATA) include/public/io/*.h $(DESTDIR)/usr/include/xen/io
+ $(INSTALL_DATA) include/public/xsm/*.h $(DESTDIR)/usr/include/xen/xsm
$(INSTALL_DATA) include/public/foreign/*.h $(DESTDIR)/usr/include/xen/foreign
$(INSTALL_DATA) include/public/COPYING $(DESTDIR)/usr/include/xen