From: dirk.brandewie@gmail.com
To: linux-kernel@vger.kernel.org, spi-devel-general@lists.sourceforge.net
Cc: Dirk Brandewie <dirk.brandewie@gmail.com>
Subject: [PATCH 1/5] spi/makefile: Fix typo from reorganize drivers patch.
Date: Wed, 15 Jun 2011 10:23:04 -0700 [thread overview]
Message-ID: <1308158588-17249-2-git-send-email-dirk.brandewie@gmail.com> (raw)
In-Reply-To: <1308158588-17249-1-git-send-email-dirk.brandewie@gmail.com>
From: Dirk Brandewie <dirk.brandewie@gmail.com>
Fix Makefile to build designware driver.
Signed-off-by: Dirk Brandewie <dirk.brandewie@gmail.com>
---
drivers/spi/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile
index f6d5018..b60b04b 100644
--- a/drivers/spi/Makefile
+++ b/drivers/spi/Makefile
@@ -23,7 +23,7 @@ obj-$(CONFIG_SPI_DAVINCI) += spi-davinci.o
obj-$(CONFIG_SPI_DESIGNWARE) += spi-dw.o
obj-$(CONFIG_SPI_DW_MMIO) += spi-dw-mmio.o
obj-$(CONFIG_SPI_DW_PCI) += spi-dw-midpci.o
-spi_dw_midpci-objs := spi-dw-pci.o spi-dw-mid.o
+spi-dw-midpci-objs := spi-dw-pci.o spi-dw-mid.o
obj-$(CONFIG_SPI_EP93XX) += spi-ep93xx.o
obj-$(CONFIG_SPI_FSL_LIB) += spi-fsl-lib.o
obj-$(CONFIG_SPI_FSL_ESPI) += spi-fsl-espi.o
--
1.7.3.4
next prev parent reply other threads:[~2011-06-15 17:23 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-15 17:23 [PATCH 0/5] Designware SPI driver update dirk.brandewie
2011-06-15 17:23 ` dirk.brandewie [this message]
2011-06-16 12:31 ` [PATCH 1/5] spi/makefile: Fix typo from reorganize drivers patch Grant Likely
2011-06-15 17:23 ` [PATCH 2/5] spi/dw_spi: expose dw_spi platform data stucture dirk.brandewie
[not found] ` <1308158588-17249-1-git-send-email-dirk.brandewie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-06-15 17:23 ` [PATCH 3/5] dw_spi: rework message processing dirk.brandewie-Re5JQEeQqe8AvxtiuMwx3w
2011-06-16 13:14 ` Grant Likely
2011-06-16 16:03 ` Dirk Brandewie
2011-06-16 16:40 ` Grant Likely
2011-06-16 14:00 ` Feng Tang
2011-06-16 17:28 ` Dirk Brandewie
2011-06-16 17:38 ` Grant Likely
2011-06-16 19:52 ` Dirk Brandewie
2011-06-17 1:22 ` Feng Tang
2011-06-17 1:34 ` Du, Alek
2011-06-15 17:23 ` [PATCH 4/5] spi/spi-dw: update function naming convention dirk.brandewie-Re5JQEeQqe8AvxtiuMwx3w
2011-06-16 13:15 ` Grant Likely
2011-06-15 17:23 ` [PATCH 5/5] spi_dw_pci: Add runtime power management dirk.brandewie-Re5JQEeQqe8AvxtiuMwx3w
2011-06-16 13:16 ` Grant Likely
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=1308158588-17249-2-git-send-email-dirk.brandewie@gmail.com \
--to=dirk.brandewie@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=spi-devel-general@lists.sourceforge.net \
/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 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).