a529b59060
This reverts commit ac1623625c
.
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>
11 lines
278 B
Makefile
11 lines
278 B
Makefile
|
|
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)
|
|
obj-m += ide_arm.o
|
|
endif
|
|
|
|
EXTRA_CFLAGS := -Idrivers/ide
|