| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH] MIPS: jz4740: Cleanup Kbuild Platform file. |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Mon, 18 Oct 2010 18:05:49 -0700 |
| Cc: | David Daney <ddaney@caviumnetworks.com>, Lars-Peter Clausen <lars@metafoo.de> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
The platform specific files should be included via the platform-y variable. Signed-off-by: David Daney <ddaney@caviumnetworks.com> Cc: Lars-Peter Clausen <lars@metafoo.de> --- I didn't test this, but it looks correct. I found it while poking at things to get 'make clean' working. arch/mips/jz4740/Platform | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/jz4740/Platform b/arch/mips/jz4740/Platform index 6a97230..ba91be9 100644 --- a/arch/mips/jz4740/Platform +++ b/arch/mips/jz4740/Platform @@ -1,3 +1,3 @@ -core-$(CONFIG_MACH_JZ4740) += arch/mips/jz4740/ +platform-$(CONFIG_MACH_JZ4740) += jz4740/ cflags-$(CONFIG_MACH_JZ4740) += -I$(srctree)/arch/mips/include/asm/mach-jz4740 load-$(CONFIG_MACH_JZ4740) += 0xffffffff80010000 -- 1.7.2.3 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH resend 5/9] MIPS: sync after cacheflush, Maciej W. Rozycki |
|---|---|
| Next by Date: | Re: [PATCH resend 5/9] MIPS: sync after cacheflush, Gleb O. Raiko |
| Previous by Thread: | [PATCH] MIPS: Repair Kbuild make clean breakage., David Daney |
| Next by Thread: | [PATCH] of/mips: Cleanup some include directives/files., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |