blob: 5d414e301a5a9c319a23e9da0463ca0231035e5c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
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#
Bartlomiej Zolnierkiewiczade2daf2008-01-26 20:13:07 +010010# link order is important here
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
12EXTRA_CFLAGS += -Idrivers/ide
13
Bartlomiej Zolnierkiewicz9ad54092008-07-16 20:33:39 +020014ide-core-y += ide.o ide-io.o ide-iops.o ide-lib.o ide-probe.o ide-taskfile.o \
15 ide-pio-blacklist.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070016
Bartlomiej Zolnierkiewiczade2daf2008-01-26 20:13:07 +010017# core IDE code
Bartlomiej Zolnierkiewiczf06ab342008-07-16 20:33:37 +020018ide-core-$(CONFIG_IDE_TIMINGS) += ide-timings.o
Bartlomiej Zolnierkiewicz594c16d2008-07-15 21:21:58 +020019ide-core-$(CONFIG_IDE_ATAPI) += ide-atapi.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070020ide-core-$(CONFIG_BLK_DEV_IDEPCI) += setup-pci.o
21ide-core-$(CONFIG_BLK_DEV_IDEDMA) += ide-dma.o
Bartlomiej Zolnierkiewiczecfd80e2007-05-10 00:01:09 +020022ide-core-$(CONFIG_IDE_PROC_FS) += ide-proc.o
Hannes Reineckee3a59b42007-02-07 18:19:37 +010023ide-core-$(CONFIG_BLK_DEV_IDEACPI) += ide-acpi.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070024
Linus Torvalds1da177e2005-04-16 15:20:36 -070025obj-$(CONFIG_BLK_DEV_IDE) += ide-core.o
Bartlomiej Zolnierkiewiczade2daf2008-01-26 20:13:07 +010026
27ifeq ($(CONFIG_IDE_ARM), y)
28 ide-arm-core-y += arm/ide_arm.o
29 obj-y += ide-arm-core.o
30endif
31
32obj-$(CONFIG_BLK_DEV_IDE) += legacy/ pci/
33
34obj-$(CONFIG_IDEPCI_PCIBUS_ORDER) += ide-scan-pci.o
35
36ifeq ($(CONFIG_BLK_DEV_CMD640), y)
37 cmd640-core-y += pci/cmd640.o
38 obj-y += cmd640-core.o
39endif
40
Adrian Bunk3f31b872008-04-28 23:44:42 +020041obj-$(CONFIG_BLK_DEV_IDE) += ppc/
Bartlomiej Zolnierkiewiczade2daf2008-01-26 20:13:07 +010042obj-$(CONFIG_IDE_H8300) += h8300/
Linus Torvalds1da177e2005-04-16 15:20:36 -070043obj-$(CONFIG_IDE_GENERIC) += ide-generic.o
Bartlomiej Zolnierkiewicz2625cd52008-04-18 00:46:21 +020044obj-$(CONFIG_BLK_DEV_IDEPNP) += ide-pnp.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070045
Bartlomiej Zolnierkiewicz17802992008-02-01 23:09:25 +010046ide-cd_mod-y += ide-cd.o ide-cd_ioctl.o ide-cd_verbose.o
Bartlomiej Zolnierkiewicz972560f2008-02-01 23:09:23 +010047
Linus Torvalds1da177e2005-04-16 15:20:36 -070048obj-$(CONFIG_BLK_DEV_IDEDISK) += ide-disk.o
Bartlomiej Zolnierkiewicz972560f2008-02-01 23:09:23 +010049obj-$(CONFIG_BLK_DEV_IDECD) += ide-cd_mod.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070050obj-$(CONFIG_BLK_DEV_IDETAPE) += ide-tape.o
51obj-$(CONFIG_BLK_DEV_IDEFLOPPY) += ide-floppy.o
52
Bartlomiej Zolnierkiewiczade2daf2008-01-26 20:13:07 +010053ifeq ($(CONFIG_BLK_DEV_IDECS), y)
54 ide-cs-core-y += legacy/ide-cs.o
55 obj-y += ide-cs-core.o
56endif
57
58ifeq ($(CONFIG_BLK_DEV_PLATFORM), y)
59 ide-platform-core-y += legacy/ide_platform.o
60 obj-y += ide-platform-core.o
61endif
62
63obj-$(CONFIG_BLK_DEV_IDE) += arm/ mips/