All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Install xsm headers
@ 2007-09-07 19:35 Ben Guthro
  0 siblings, 0 replies; only message in thread
From: Ben Guthro @ 2007-09-07 19:35 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

As of changeset 15812,  tools/libxc/xenctrl.h began including
xen/xsm/acm.h and
xen/xsm/acm_ops.h

This patch modifies the Makefile to install the xsm source into the 
proper dist/install/usr/include/xen directory. so external tools may 
build against xenctrl.h

Signed-off-by: Ben Guthro <bguthro@virtualiron.com>


[-- Attachment #2: xen-install-xsm.patch --]
[-- Type: text/x-patch, Size: 1038 bytes --]

diff -r bff244315b85 xen/Makefile
--- a/xen/Makefile	Fri Sep 07 14:41:47 2007 -0400
+++ b/xen/Makefile	Fri Sep 07 15:23:06 2007 -0400
@@ -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
 

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-07 19:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-07 19:35 [PATCH] Install xsm headers Ben Guthro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.