diff options
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r-- | drivers/ata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index cd096f0c78a1..74298afbbaa7 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile | |||
@@ -66,4 +66,4 @@ obj-$(CONFIG_ATA_GENERIC) += ata_generic.o | |||
66 | obj-$(CONFIG_PATA_LEGACY) += pata_legacy.o | 66 | obj-$(CONFIG_PATA_LEGACY) += pata_legacy.o |
67 | 67 | ||
68 | libata-objs := libata-core.o libata-scsi.o libata-sff.o libata-eh.o | 68 | libata-objs := libata-core.o libata-scsi.o libata-sff.o libata-eh.o |
69 | 69 | libata-$(CONFIG_SATA_ACPI) += libata-acpi.o | |