diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-06-30 20:13:31 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-06-30 20:13:31 +0200 |
commit | a529b59060862b36a4dae968534e090c6c77272e (patch) | |
tree | 755381f18350a1176acf23984eb538bab12b75d9 /drivers/ide/arm/Makefile | |
parent | e1441b9a41c33aa9236008a7cfe49a8e723fb397 (diff) |
Revert "BAST: Remove old IDE driver"
This reverts commit ac1623625c5818bbdf5c68973098ba386ba7a004.
It was premature to remove it now, we will do it post-2.6.26.
Thanks to Russell King for noticing the issue.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/arm/Makefile')
-rw-r--r-- | drivers/ide/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/arm/Makefile b/drivers/ide/arm/Makefile index 5bc26053afa..936e7b0237f 100644 --- a/drivers/ide/arm/Makefile +++ b/drivers/ide/arm/Makefile @@ -1,6 +1,7 @@ obj-$(CONFIG_BLK_DEV_IDE_ICSIDE) += icside.o obj-$(CONFIG_BLK_DEV_IDE_RAPIDE) += rapide.o +obj-$(CONFIG_BLK_DEV_IDE_BAST) += bast-ide.o obj-$(CONFIG_BLK_DEV_PALMCHIP_BK3710) += palm_bk3710.o ifeq ($(CONFIG_IDE_ARM), m) |