Skip to content

Commit

Permalink
xen: rename blkbk module xen-blkback.
Browse files Browse the repository at this point in the history
blkbk is rather generic for a modular distro style kernel.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
  • Loading branch information
Ian Campbell authored and Konrad Rzeszutek Wilk committed Apr 14, 2011
1 parent 8770b26 commit e7579a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/xen/blkback/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
obj-$(CONFIG_XEN_BLKDEV_BACKEND) := blkbk.o
obj-$(CONFIG_XEN_BLKDEV_BACKEND) := xen-blkback.o

blkbk-y := blkback.o xenbus.o interface.o vbd.o
xen-blkback-y := blkback.o xenbus.o interface.o vbd.o

0 comments on commit e7579a9

Please sign in to comment.