aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/xenfs/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2009-02-06 18:46:48 -0800
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>2010-10-20 16:22:26 -0700
commit655d406a7c80bffc03263d071b6ba1e0fcf548f9 (patch)
treed3cbe97860bff0d347111ff293b6f5b3124bf67e /drivers/xen/xenfs/Makefile
parentcd07202cc8262e1669edff0d97715f3dd9260917 (diff)
xen: add /proc/xen/xsd_{kva,port} to xenfs
These are used by the userspace xenstore daemon, which runs in dom0. Xenstored is what's behind the xenfs "xenbus" filesystem. [ Impact: provide mapping and port to usermode for xenstore ] Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'drivers/xen/xenfs/Makefile')
-rw-r--r--drivers/xen/xenfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/xen/xenfs/Makefile b/drivers/xen/xenfs/Makefile
index 25275c3bbdf..5d45ff13cc0 100644
--- a/drivers/xen/xenfs/Makefile
+++ b/drivers/xen/xenfs/Makefile
@@ -1,3 +1,4 @@
obj-$(CONFIG_XENFS) += xenfs.o
-xenfs-objs = super.o xenbus.o \ No newline at end of file
+xenfs-y = super.o xenbus.o
+xenfs-$(CONFIG_XEN_DOM0) += xenstored.o