Skip to content

Commit

Permalink
MIPS: jz4740: Fix Kbuild Platform file.
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
David Daney authored and ralfbaechle committed Oct 19, 2010
1 parent ad4b2b6 commit 08be7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/jz4740/Platform
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 08be7b2

Please sign in to comment.