summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus/Makefile
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2011-12-10 19:29:47 +0100
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-12-16 13:29:39 -0500
commit2fb3683e7b164ee2b324039f7c9d90fe5b1a259b (patch)
tree7ac2e97b48e0940340c37aae4d08a6b67f1e4fd5 /drivers/xen/xenbus/Makefile
parentd8414d3c157dc1f83e73c17447ba41fe5afa9d3d (diff)
downloadlinux-stable-2fb3683e7b164ee2b324039f7c9d90fe5b1a259b.tar.gz
linux-stable-2fb3683e7b164ee2b324039f7c9d90fe5b1a259b.tar.bz2
linux-stable-2fb3683e7b164ee2b324039f7c9d90fe5b1a259b.zip
xen: Add xenbus device driver
Access to xenbus is currently handled via xenfs. This adds a device driver for xenbus and makes xenfs use this code. Signed-off-by: Bastian Blank <waldi@debian.org> Acked-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/xen/xenbus/Makefile')
-rw-r--r--drivers/xen/xenbus/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/xenbus/Makefile b/drivers/xen/xenbus/Makefile
index 8dca685358b4..a2ea363b9f34 100644
--- a/drivers/xen/xenbus/Makefile
+++ b/drivers/xen/xenbus/Makefile
@@ -1,4 +1,5 @@
obj-y += xenbus.o
+obj-y += xenbus_dev_frontend.o
xenbus-objs =
xenbus-objs += xenbus_client.o