diff options
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r-- | drivers/ata/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index 7e937519a930..2a63645003eb 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile | |||
@@ -66,6 +66,8 @@ obj-$(CONFIG_PATA_SCC) += pata_scc.o | |||
66 | obj-$(CONFIG_PATA_BF54X) += pata_bf54x.o | 66 | obj-$(CONFIG_PATA_BF54X) += pata_bf54x.o |
67 | obj-$(CONFIG_PATA_PLATFORM) += pata_platform.o | 67 | obj-$(CONFIG_PATA_PLATFORM) += pata_platform.o |
68 | obj-$(CONFIG_PATA_ICSIDE) += pata_icside.o | 68 | obj-$(CONFIG_PATA_ICSIDE) += pata_icside.o |
69 | # Should be last but two libata driver | ||
70 | obj-$(CONFIG_PATA_ACPI) += pata_acpi.o | ||
69 | # Should be last but one libata driver | 71 | # Should be last but one libata driver |
70 | obj-$(CONFIG_ATA_GENERIC) += ata_generic.o | 72 | obj-$(CONFIG_ATA_GENERIC) += ata_generic.o |
71 | # Should be last libata driver | 73 | # Should be last libata driver |