Skip to content

Commit 08be7b2

Browse files
David Daneyralfbaechle
authored andcommitted
MIPS: jz4740: Fix Kbuild Platform file.
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> Patchwork: https://patchwork.linux-mips.org/patch/1719/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent ad4b2b6 commit 08be7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/jz4740/Platform

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
core-$(CONFIG_MACH_JZ4740) += arch/mips/jz4740/
1+
platform-$(CONFIG_MACH_JZ4740) += jz4740/
22
cflags-$(CONFIG_MACH_JZ4740) += -I$(srctree)/arch/mips/include/asm/mach-jz4740
33
load-$(CONFIG_MACH_JZ4740) += 0xffffffff80010000

0 commit comments

Comments
 (0)