summaryrefslogtreecommitdiffstats
path: root/drivers/block/Makefile
diff options
context:
space:
mode:
authorRusty Russell2007-07-19 10:49:29 +0200
committerLinus Torvalds2007-07-19 19:04:53 +0200
commitb754416bfe9adac6468e45fba244d77f52048aeb (patch)
tree0d57784c3864fafa811ab87e0d968eabb0502e37 /drivers/block/Makefile
parentlguest: the net driver (diff)
downloadkernel-qcow2-linux-b754416bfe9adac6468e45fba244d77f52048aeb.tar.gz
kernel-qcow2-linux-b754416bfe9adac6468e45fba244d77f52048aeb.tar.xz
kernel-qcow2-linux-b754416bfe9adac6468e45fba244d77f52048aeb.zip
lguest: the block driver
Lguest block driver A simple block driver for lguest. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Andi Kleen <ak@suse.de> Cc: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/block/Makefile')
-rw-r--r--drivers/block/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile
index 3e31532df0ed..819c829125fb 100644
--- a/drivers/block/Makefile
+++ b/drivers/block/Makefile
@@ -30,3 +30,4 @@ obj-$(CONFIG_BLK_DEV_SX8) += sx8.o
obj-$(CONFIG_BLK_DEV_UB) += ub.o
obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += xen-blkfront.o
+obj-$(CONFIG_LGUEST_GUEST) += lguest_blk.o