aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 18:21:25 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 18:21:25 +0100
commitb9488ab5f5c72a1856ef21e7fd79f422799f6469 (patch)
tree4e1c29972bd515530aec4a9f5a16fdf38807c99a /tools/xenstore/Makefile
parent5b8acb9ddfd8efc1d0f10760cc4510f50b0c466f (diff)
downloadxen-b9488ab5f5c72a1856ef21e7fd79f422799f6469.tar.gz
xen-b9488ab5f5c72a1856ef21e7fd79f422799f6469.tar.bz2
xen-b9488ab5f5c72a1856ef21e7fd79f422799f6469.zip
[SOLARIS] Create kernel-interface implementations for libxc and xenstored.
Additionally, on Solaris, tell the kernel when xenstored is running. Signed-off-by: John Levon <john.levon@sun.com>
Diffstat (limited to 'tools/xenstore/Makefile')
-rw-r--r--tools/xenstore/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index 4507b72240..bb96026746 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -27,9 +27,10 @@ CLIENTS_OBJS := $(patsubst xenstore-%,xenstore_%.o,$(CLIENTS))
XENSTORED_OBJS = xenstored_core.o xenstored_watch.o xenstored_domain.o xenstored_transaction.o xs_lib.o talloc.o utils.o tdb.o hashtable.o
-XENSTORED_Linux = xenstored_linux.o
+XENSTORED_OBJS_$(CONFIG_Linux) = xenstored_linux.o
+XENSTORED_OBJS_$(CONFIG_SunOS) = xenstored_solaris.o
-XENSTORED_OBJS += $(XENSTORED_$(XEN_OS))
+XENSTORED_OBJS += $(XENSTORED_OBJS_y)
.PHONY: all
all: libxenstore.so libxenstore.a xenstored $(CLIENTS) xs_tdb_dump xenstore-control xenstore-ls