diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-11-17 19:23:50 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-11-17 19:23:50 +0300 |
commit | 4237f229018ccf937578dee97565a49d712809e8 (patch) | |
tree | f18e3560f64364b02f06a32d0a23af5f4095794b /drivers/ide/Makefile | |
parent | b60ccd575c2d96041b856aad19a7d3af168d79b9 (diff) | |
download | linux-4237f229018ccf937578dee97565a49d712809e8.tar.xz |
[IDE] Add driver for Sibyte Swarm evaluation board
This driver supports the IDE port on the Sibyte Swarm evaluation boards
and it's relatives for the BCM1250 family of systems on a chip.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/Makefile')
-rw-r--r-- | drivers/ide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/Makefile b/drivers/ide/Makefile index cca9c075966d..569fae717503 100644 --- a/drivers/ide/Makefile +++ b/drivers/ide/Makefile @@ -48,6 +48,6 @@ obj-$(CONFIG_BLK_DEV_IDECD) += ide-cd.o obj-$(CONFIG_BLK_DEV_IDETAPE) += ide-tape.o obj-$(CONFIG_BLK_DEV_IDEFLOPPY) += ide-floppy.o -obj-$(CONFIG_BLK_DEV_IDE) += legacy/ arm/ +obj-$(CONFIG_BLK_DEV_IDE) += legacy/ arm/ mips/ obj-$(CONFIG_BLK_DEV_HD) += legacy/ obj-$(CONFIG_ETRAX_IDE) += cris/ |