aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-06-23 17:24:14 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-06-23 17:24:14 +0100
commit2b8ba91b50c9536daac1ee64f4ef6737d03d349d (patch)
tree770ff8eb7600536bfd76015338e87f9349f3f055 /tools/Makefile
parenta114a32c90fb4a3d249de760869cd57d750dff90 (diff)
downloadxen-2b8ba91b50c9536daac1ee64f4ef6737d03d349d.tar.gz
xen-2b8ba91b50c9536daac1ee64f4ef6737d03d349d.tar.bz2
xen-2b8ba91b50c9536daac1ee64f4ef6737d03d349d.zip
blktap2: portability fixes for NetBSD
- Use standard off_t and lseek() instead of non-portable off64_t and lseek64() - Use uuid API as documented in DCE 1.1 RPC specification - Add NetBSD implementation for blk_getimagesize() and blk_getsectorsize() - Use blk_getimagesize() and blk_getsectorsize() - Fix uuid header check Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index dff96a5c76..0eebb00bd5 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -23,9 +23,12 @@ SUBDIRS-y += xenstat
SUBDIRS-$(CONFIG_Linux) += libaio
SUBDIRS-$(CONFIG_Linux) += blktap
SUBDIRS-$(CONFIG_Linux) += blktap2
+SUBDIRS-$(CONFIG_NetBSD) += libaio
+SUBDIRS-$(CONFIG_NetBSD) += blktap2
SUBDIRS-y += libfsimage
SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen
SUBDIRS-$(CONFIG_Linux) += fs-back
+SUBDIRS-$(CONFIG_NetBSD) += fs-back
SUBDIRS-$(CONFIG_IOEMU) += ioemu-dir
SUBDIRS-y += xenpmd