diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2004-06-21 06:52:56 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2004-06-21 06:52:56 -0400 |
| commit | 7791fddca543e7e39746e80227d60a4fc772d0cf (patch) | |
| tree | 64c6bbbcafe5e7b6cf60964e9518167c62fb6658 /drivers/block/Makefile | |
| parent | 9a85e04ec3e527234d8a2210e6ba04d7af9a4298 (diff) | |
Rename 'carmel' block driver to 'sx8'.
Requested by Promise. The hardware isn't widely deployed yet,
with almost all users being early evaluators, so this should be OK.
Diffstat (limited to 'drivers/block/Makefile')
| -rw-r--r-- | drivers/block/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile index 33b14e84cd8c..2654b5b7615e 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile @@ -41,5 +41,5 @@ obj-$(CONFIG_BLK_DEV_NBD) += nbd.o obj-$(CONFIG_BLK_DEV_CRYPTOLOOP) += cryptoloop.o obj-$(CONFIG_VIODASD) += viodasd.o -obj-$(CONFIG_BLK_DEV_CARMEL) += carmel.o +obj-$(CONFIG_BLK_DEV_SX8) += sx8.o |
