diff options
author | Bastian Blank <waldi@debian.org> | 2011-12-10 19:29:48 +0100 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-12-16 13:29:41 -0500 |
commit | e9f0fec3f5d406c500861da779d16a779a110055 (patch) | |
tree | 54746773f093c060f1112ad1d8067d37010b92a3 /drivers/xen/xenbus/Makefile | |
parent | 2fb3683e7b164ee2b324039f7c9d90fe5b1a259b (diff) | |
download | blackbird-obmc-linux-e9f0fec3f5d406c500861da779d16a779a110055.tar.gz blackbird-obmc-linux-e9f0fec3f5d406c500861da779d16a779a110055.zip |
xen: Add xenbus_backend device
Access for xenstored to the event channel and pre-allocated ring is
managed via xenfs. This adds its own character device featuring mmap
for the ring and an ioctl for the event channel.
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/xenbus/Makefile b/drivers/xen/xenbus/Makefile index a2ea363b9f34..31e2e9050c7a 100644 --- a/drivers/xen/xenbus/Makefile +++ b/drivers/xen/xenbus/Makefile @@ -10,4 +10,5 @@ xenbus-objs += xenbus_probe.o xenbus-be-objs-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o xenbus-objs += $(xenbus-be-objs-y) +obj-$(CONFIG_XEN_BACKEND) += xenbus_dev_backend.o obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o |