aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/Rules.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-03-26 14:40:54 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-03-26 14:40:54 +0000
commitbf69b5d7858f83902b5fd61546400334a40c016c (patch)
tree9f227a9eaaf38a9cf228c9fae5ebe71115b56048 /tools/libfsimage/Rules.mk
parent88b932f50f86522e70a978c1e081b99aee2f8374 (diff)
downloadxen-bf69b5d7858f83902b5fd61546400334a40c016c.tar.gz
xen-bf69b5d7858f83902b5fd61546400334a40c016c.tar.bz2
xen-bf69b5d7858f83902b5fd61546400334a40c016c.zip
libfsimage: portability fixes for NetBSD
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/libfsimage/Rules.mk')
-rw-r--r--tools/libfsimage/Rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libfsimage/Rules.mk b/tools/libfsimage/Rules.mk
index 0cc3d2199f..afc08bdaab 100644
--- a/tools/libfsimage/Rules.mk
+++ b/tools/libfsimage/Rules.mk
@@ -11,6 +11,7 @@ FSDIR-$(CONFIG_Linux) = $(LIBDIR)/fs/$(FS)
FSDIR-$(CONFIG_SunOS)-x86_64 = $(PREFIX)/lib/fs/$(FS)/64
FSDIR-$(CONFIG_SunOS)-x86_32 = $(PREFIX)/lib/fs/$(FS)/
FSDIR-$(CONFIG_SunOS) = $(FSDIR-$(CONFIG_SunOS)-$(XEN_TARGET_ARCH))
+FSDIR-$(CONFIG_NetBSD) = $(LIBDIR)/fs/$(FS)
FSDIR = $(FSDIR-y)
FSLIB = fsimage.so