diff options
author | Valentin Rothberg <valentinrothberg@gmail.com> | 2016-03-15 04:21:00 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-03-15 18:59:47 -0400 |
commit | 98347a7d8a93ef8a01c8d1946a2059f38f73b239 (patch) | |
tree | de8d0fd13bd02e7c875280432d9a6d4ab16c1f44 /drivers/block/Makefile | |
parent | 5e4298be45e83ecdffaabb370eea9396889b07f1 (diff) |
drivers:block: cpqarray clean up
Commit d436641439e0 ("cpqarray: remove it from the kernel") removes the
Kconfig option BLK_CPQ_DA and cpqarray.
Remove the dead build rule in the Makefile.
Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/block/Makefile')
-rw-r--r-- | drivers/block/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile index 671329023ec2..1e9661e26f29 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile | |||
@@ -15,7 +15,6 @@ obj-$(CONFIG_ATARI_FLOPPY) += ataflop.o | |||
15 | obj-$(CONFIG_AMIGA_Z2RAM) += z2ram.o | 15 | obj-$(CONFIG_AMIGA_Z2RAM) += z2ram.o |
16 | obj-$(CONFIG_BLK_DEV_RAM) += brd.o | 16 | obj-$(CONFIG_BLK_DEV_RAM) += brd.o |
17 | obj-$(CONFIG_BLK_DEV_LOOP) += loop.o | 17 | obj-$(CONFIG_BLK_DEV_LOOP) += loop.o |
18 | obj-$(CONFIG_BLK_CPQ_DA) += cpqarray.o | ||
19 | obj-$(CONFIG_BLK_CPQ_CISS_DA) += cciss.o | 18 | obj-$(CONFIG_BLK_CPQ_CISS_DA) += cciss.o |
20 | obj-$(CONFIG_BLK_DEV_DAC960) += DAC960.o | 19 | obj-$(CONFIG_BLK_DEV_DAC960) += DAC960.o |
21 | obj-$(CONFIG_XILINX_SYSACE) += xsysace.o | 20 | obj-$(CONFIG_XILINX_SYSACE) += xsysace.o |