IDE: Report errors during drive reset back to user space
[pandora-kernel.git] / drivers / ide / Makefile
1 #
2 # Makefile for the kernel ata, atapi, and ide block device drivers.
3 #
4 # 12 September 2000, Bartlomiej Zolnierkiewicz <bkz@linux-ide.org>
5 # Rewritten to use lists instead of if-statements.
6 #
7 # Note : at this point, these files are compiled on all systems.
8 # In the future, some of these should be built conditionally.
9 #
10 # link order is important here
11
12 EXTRA_CFLAGS                            += -Idrivers/ide
13
14 ide-core-y += ide.o ide-io.o ide-iops.o ide-lib.o ide-probe.o ide-taskfile.o \
15               ide-pio-blacklist.o
16
17 # core IDE code
18 ide-core-$(CONFIG_IDE_TIMINGS)          += ide-timings.o
19 ide-core-$(CONFIG_IDE_ATAPI)            += ide-atapi.o
20 ide-core-$(CONFIG_BLK_DEV_IDEPCI)       += setup-pci.o
21 ide-core-$(CONFIG_BLK_DEV_IDEDMA)       += ide-dma.o
22 ide-core-$(CONFIG_IDE_PROC_FS)          += ide-proc.o
23 ide-core-$(CONFIG_BLK_DEV_IDEACPI)      += ide-acpi.o
24
25 obj-$(CONFIG_BLK_DEV_IDE)               += ide-core.o
26
27 ifeq ($(CONFIG_IDE_ARM), y)
28         ide-arm-core-y += arm/ide_arm.o
29         obj-y += ide-arm-core.o
30 endif
31
32 obj-$(CONFIG_BLK_DEV_IDE)               += legacy/ pci/
33
34 obj-$(CONFIG_IDEPCI_PCIBUS_ORDER)       += ide-scan-pci.o
35
36 ifeq ($(CONFIG_BLK_DEV_CMD640), y)
37         cmd640-core-y += pci/cmd640.o
38         obj-y += cmd640-core.o
39 endif
40
41 obj-$(CONFIG_BLK_DEV_IDE)               += ppc/
42 obj-$(CONFIG_IDE_H8300)                 += h8300/
43 obj-$(CONFIG_IDE_GENERIC)               += ide-generic.o
44 obj-$(CONFIG_BLK_DEV_IDEPNP)            += ide-pnp.o
45
46 ide-cd_mod-y += ide-cd.o ide-cd_ioctl.o ide-cd_verbose.o
47
48 obj-$(CONFIG_BLK_DEV_IDEDISK)           += ide-disk.o
49 obj-$(CONFIG_BLK_DEV_IDECD)             += ide-cd_mod.o
50 obj-$(CONFIG_BLK_DEV_IDETAPE)           += ide-tape.o
51 obj-$(CONFIG_BLK_DEV_IDEFLOPPY)         += ide-floppy.o
52
53 ifeq ($(CONFIG_BLK_DEV_IDECS), y)
54         ide-cs-core-y += legacy/ide-cs.o
55         obj-y += ide-cs-core.o
56 endif
57
58 ifeq ($(CONFIG_BLK_DEV_PLATFORM), y)
59         ide-platform-core-y += legacy/ide_platform.o
60         obj-y += ide-platform-core.o
61 endif
62
63 obj-$(CONFIG_BLK_DEV_IDE)               += arm/ mips/