[-mm patch] fix XEN_BLKDEV_FRONTEND Makefile entry

From: Adrian Bunk
Date: Sat Jun 02 2007 - 13:07:19 EST


CONFIG_XEN_BLKDEV_FRONTEND shouldn't silently prevent the compilation of
most other block drivers.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---
--- linux-2.6.22-rc3-mm1/drivers/block/Makefile.old 2007-06-02 18:21:12.000000000 +0200
+++ linux-2.6.22-rc3-mm1/drivers/block/Makefile 2007-06-02 18:21:53.000000000 +0200
@@ -28,7 +28,7 @@
obj-$(CONFIG_VIODASD) += viodasd.o
obj-$(CONFIG_BLK_DEV_SX8) += sx8.o
obj-$(CONFIG_BLK_DEV_UB) += ub.o
-obj-$(CONFIG_XEN_BLKDEV_FRONTEND) := xen-blkfront.o
+obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += xen-blkfront.o
obj-$(CONFIG_XILINX_SYSACE) += xsysace.o
obj-$(CONFIG_LGUEST_GUEST) += lguest_blk.o


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/