From: mkl0301@gmail.com
To: htejun@gmail.com, cbouatmailru@gmail.com,
linux-arm-kernel@lists.infradead.org, jgarzik@pobox.com,
linux-ide@vger.kernel.org
Cc: Mac Lin <mkl0301@gmail.com>
Subject: [PATCH v4 1/3] ahci_platform: rename module ahci_platform to ahci_platforms
Date: Sun, 9 Jan 2011 09:49:33 +0800 [thread overview]
Message-ID: <1294537775-21714-2-git-send-email-mkl0301@gmail.com> (raw)
In-Reply-To: <1294537775-21714-1-git-send-email-mkl0301@gmail.com>
From: Mac Lin <mkl0301@gmail.com>
Due to build system limitations, intermediate and final objects can't have the
same names. And as we're going to start building SoC-specific objects, rename
ahci_platform to ahci_platforms, into which link ahci_platform and SoC-specific
objects.
Signed-off-by: Mac Lin <mkl0301@gmail.com>
---
drivers/ata/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index 2b67c90..d17bfe7 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -3,7 +3,9 @@ obj-$(CONFIG_ATA) += libata.o
# non-SFF interface
obj-$(CONFIG_SATA_AHCI) += ahci.o libahci.o
-obj-$(CONFIG_SATA_AHCI_PLATFORM) += ahci_platform.o libahci.o
+obj-$(CONFIG_SATA_AHCI_PLATFORM) += ahci_platforms.o libahci.o
+ahci_platforms-y += ahci_platform.o
+
obj-$(CONFIG_SATA_FSL) += sata_fsl.o
obj-$(CONFIG_SATA_INIC162X) += sata_inic162x.o
obj-$(CONFIG_SATA_SIL24) += sata_sil24.o
--
1.7.3
WARNING: multiple messages have this Message-ID (diff)
From: mkl0301@gmail.com (mkl0301 at gmail.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 1/3] ahci_platform: rename module ahci_platform to ahci_platforms
Date: Sun, 9 Jan 2011 09:49:33 +0800 [thread overview]
Message-ID: <1294537775-21714-2-git-send-email-mkl0301@gmail.com> (raw)
In-Reply-To: <1294537775-21714-1-git-send-email-mkl0301@gmail.com>
From: Mac Lin <mkl0301@gmail.com>
Due to build system limitations, intermediate and final objects can't have the
same names. And as we're going to start building SoC-specific objects, rename
ahci_platform to ahci_platforms, into which link ahci_platform and SoC-specific
objects.
Signed-off-by: Mac Lin <mkl0301@gmail.com>
---
drivers/ata/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index 2b67c90..d17bfe7 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -3,7 +3,9 @@ obj-$(CONFIG_ATA) += libata.o
# non-SFF interface
obj-$(CONFIG_SATA_AHCI) += ahci.o libahci.o
-obj-$(CONFIG_SATA_AHCI_PLATFORM) += ahci_platform.o libahci.o
+obj-$(CONFIG_SATA_AHCI_PLATFORM) += ahci_platforms.o libahci.o
+ahci_platforms-y += ahci_platform.o
+
obj-$(CONFIG_SATA_FSL) += sata_fsl.o
obj-$(CONFIG_SATA_INIC162X) += sata_inic162x.o
obj-$(CONFIG_SATA_SIL24) += sata_sil24.o
--
1.7.3
next prev parent reply other threads:[~2011-01-09 1:49 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-09 1:49 [PATCH v4 0/3] add CNS3xxx AHCI support mkl0301
2011-01-09 1:49 ` mkl0301 at gmail.com
2011-01-09 1:49 ` mkl0301 [this message]
2011-01-09 1:49 ` [PATCH v4 1/3] ahci_platform: rename module ahci_platform to ahci_platforms mkl0301 at gmail.com
2011-01-09 3:03 ` Anton Vorontsov
2011-01-09 3:03 ` Anton Vorontsov
2011-01-09 1:49 ` [PATCH v4 2/3] ahci_platform: switch to module device table matching mkl0301
2011-01-09 1:49 ` mkl0301 at gmail.com
2011-01-09 2:56 ` Anton Vorontsov
2011-01-09 2:56 ` Anton Vorontsov
2011-01-09 1:49 ` [PATCH v4 3/3] ahci_platforms: add support for CNS3xxx SoC devices mkl0301
2011-01-09 1:49 ` mkl0301 at gmail.com
2011-01-09 3:02 ` Anton Vorontsov
2011-01-09 3:02 ` Anton Vorontsov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1294537775-21714-2-git-send-email-mkl0301@gmail.com \
--to=mkl0301@gmail.com \
--cc=cbouatmailru@gmail.com \
--cc=htejun@gmail.com \
--cc=jgarzik@pobox.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-ide@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.