2fb3683e7b
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>
5 lines
94 B
Makefile
5 lines
94 B
Makefile
obj-$(CONFIG_XENFS) += xenfs.o
|
|
|
|
xenfs-y = super.o
|
|
xenfs-$(CONFIG_XEN_DOM0) += xenstored.o
|