linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ata: Fix build error in sata_highbank
@ 2012-09-28 17:23 Mark Langsdorf
  2012-09-28 17:30 ` Jan Ceuleers
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Langsdorf @ 2012-09-28 17:23 UTC (permalink / raw)
  To: linux-next; +Cc: sfr, linux-kernel, linux-ide, jgarzik, Mark Langsdorf

From: Mark Langsdorf <Mark Langsdorf>

Allow sata_highbank to build even if no other users of libahci.o are built.

Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
---
 drivers/ata/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index 8b384f1..9329daf 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -9,7 +9,7 @@ obj-$(CONFIG_SATA_FSL)		+= sata_fsl.o
 obj-$(CONFIG_SATA_INIC162X)	+= sata_inic162x.o
 obj-$(CONFIG_SATA_SIL24)	+= sata_sil24.o
 obj-$(CONFIG_SATA_DWC)		+= sata_dwc_460ex.o
-obj-$(CONFIG_SATA_HIGHBANK)	+= sata_highbank.o
+obj-$(CONFIG_SATA_HIGHBANK)	+= sata_highbank.o libahci.o
 
 # SFF w/ custom DMA
 obj-$(CONFIG_PDC_ADMA)		+= pdc_adma.o
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-09-28 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-28 17:23 [PATCH] ata: Fix build error in sata_highbank Mark Langsdorf
2012-09-28 17:30 ` Jan Ceuleers
2012-09-28 17:37   ` Sedat Dilek
2012-09-28 17:56     ` Mark Langsdorf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).