655d406a7c
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>
5 lines
103 B
Makefile
5 lines
103 B
Makefile
obj-$(CONFIG_XENFS) += xenfs.o
|
|
|
|
xenfs-y = super.o xenbus.o
|
|
xenfs-$(CONFIG_XEN_DOM0) += xenstored.o
|