| To: | linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | MIPS: MSP71xx: Indicate new location of source files in Platform file |
| From: | Shane McDonald <mcdonald.shane@gmail.com> |
| Date: | Sun, 23 Dec 2012 22:06:26 -0600 |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:message-id:to:subject:from; bh=0ATmrfeqXoZIuXtfnoLS/iOn19EdagiWg5Of0lr66H4=; b=dwulcPWBh1L+dgynVr05gIHE7+1ALsNlKHhI9Oz0uzZcW/3UF805k3qHd0qqHJvGOy 8VlGwTCkTqVSm2Qh5OyF/2sW2meGz1TNo4Nwg76BGasU7BpEP0Pqzz5KB5t8GCADRMyk EMpn86WlkSX+ChUxv3doHkvowysnzYuskCfiQCOGstpy9DsVpvcb2kK43SF4eysFVWZT DbuhuZYMPQxU6jDWhMVwFHr9OccdmOZQpFrSydYJ5DFu2r0otUDH/+qT6X8w9nnCH6mr d2l6s6/Ii8eGX/j5ObGWwOqxjG5/MAl/u92uMTFsDmaA8lzq7bGG/mGtHN2OMFfCc+6G qZyg== |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
The source files for the MSP71xx support code have been moved
in commit 13a347ef60c68e490809dad8fcf79c25eabc4d58,
"MIPS: MSP71xx: Move code." Update the Platform file
to indicate the new location.
Signed-off-by: Shane McDonald <mcdonald.shane@gmail.com>
---
arch/mips/pmcs-msp71xx/Platform | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/mips/pmcs-msp71xx/Platform b/arch/mips/pmcs-msp71xx/Platform
index 17299f9..9a86e29 100644
--- a/arch/mips/pmcs-msp71xx/Platform
+++ b/arch/mips/pmcs-msp71xx/Platform
@@ -1,7 +1,7 @@
#
# PMC-Sierra MSP SOCs
#
-platform-$(CONFIG_PMC_MSP) += pmc-sierra/
-cflags-$(CONFIG_PMC_MSP) +=
-I$(srctree)/arch/mips/include/asm/pmc-sierra \
+platform-$(CONFIG_PMC_MSP) += pmcs-msp71xx/
+cflags-$(CONFIG_PMC_MSP) +=
-I$(srctree)/arch/mips/include/asm/pmc-sierra/msp71xx \
-mno-branch-likely
load-$(CONFIG_PMC_MSP) += 0xffffffff80100000
--
1.7.2.5
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: 3.8-rc1 build failure with MIPS/SPARSEMEM, Aaro Koskinen |
|---|---|
| Next by Date: | [PATCH] MIPS: MSP71xx: Move include files, Shane McDonald |
| Previous by Thread: | 3.8-rc1 build failure with MIPS/SPARSEMEM, Aaro Koskinen |
| Next by Thread: | [PATCH] MIPS: MSP71xx: Move include files, Shane McDonald |
| Indexes: | [Date] [Thread] [Top] [All Lists] |