]> Git Repo - linux.git/commitdiff
MIPS: jz4740: Fix Kbuild Platform file.
authorDavid Daney <[email protected]>
Tue, 19 Oct 2010 01:05:49 +0000 (18:05 -0700)
committerRalf Baechle <[email protected]>
Tue, 19 Oct 2010 17:32:39 +0000 (18:32 +0100)
The platform specific files should be included via the platform-y
variable.

Signed-off-by: David Daney <[email protected]>
Cc: Lars-Peter Clausen <[email protected]>
Patchwork: https://patchwork.linux-mips.org/patch/1719/
Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/jz4740/Platform

index 6a97230e3d05ee4a53478c2a4625c51d92b26bd2..ba91be9c21ef405f65e0ae87fafe92a66ac8b06f 100644 (file)
@@ -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
This page took 0.058481 seconds and 4 git commands to generate.