ee9ff8537e
Daniel Stodden suggested to eliminate vbd.c and interface.c, inlining the critical bits where they belong, respectively. Leaving only blkback.c for the data- and xenbus.c for the control path. Suggested-by: Daniel Stodden <daniel.stodden@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4 lines
87 B
Makefile
4 lines
87 B
Makefile
obj-$(CONFIG_XEN_BLKDEV_BACKEND) := xen-blkback.o
|
|
|
|
xen-blkback-y := blkback.o xenbus.o
|