diff options
author | Mark Langsdorf <Mark Langsdorf> | 2012-09-28 13:23:37 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-10-01 22:50:37 -0400 |
commit | 40dad0af2d5c3122d883b2baed4bb39baf6561ec (patch) | |
tree | 1c6d52aa39f08b1dac2689d97fb9b40257608a12 /drivers/ata | |
parent | 633de4cc2c049949459dd0b73d78576cd23906b5 (diff) |
[libata] Makefile: Fix build error in sata_highbank
Allow sata_highbank to build even if no other users of libahci.o are built.
Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata')
-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 8b384f1885f7..9329dafba91b 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile | |||
@@ -9,7 +9,7 @@ obj-$(CONFIG_SATA_FSL) += sata_fsl.o | |||
9 | obj-$(CONFIG_SATA_INIC162X) += sata_inic162x.o | 9 | obj-$(CONFIG_SATA_INIC162X) += sata_inic162x.o |
10 | obj-$(CONFIG_SATA_SIL24) += sata_sil24.o | 10 | obj-$(CONFIG_SATA_SIL24) += sata_sil24.o |
11 | obj-$(CONFIG_SATA_DWC) += sata_dwc_460ex.o | 11 | obj-$(CONFIG_SATA_DWC) += sata_dwc_460ex.o |
12 | obj-$(CONFIG_SATA_HIGHBANK) += sata_highbank.o | 12 | obj-$(CONFIG_SATA_HIGHBANK) += sata_highbank.o libahci.o |
13 | 13 | ||
14 | # SFF w/ custom DMA | 14 | # SFF w/ custom DMA |
15 | obj-$(CONFIG_PDC_ADMA) += pdc_adma.o | 15 | obj-$(CONFIG_PDC_ADMA) += pdc_adma.o |