]> git.karo-electronics.de Git - mv-sheeva.git/commit
MIPS: Introduce support for Platform definitions
authorSam Ravnborg <sam@ravnborg.org>
Sun, 30 May 2010 14:27:10 +0000 (16:27 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:25:45 +0000 (13:25 +0100)
commit5d25b01cf90c1a27d196a52f48d5364458b80b86
tree63d0811ba1a2f5e964d872047d3c2944996be349
parent66f9ba101f54bda63ab1db97f9e9e94763d0651b
MIPS: Introduce support for Platform definitions

Move platform specific definitions to the platfrom directories.

Each platform shall do the following:
1) include an entry in arch/mips/Kbuild.platforms
2) add relevant definitions to arch/mips/<platform>/Platform

This commits changes ar7 to the new scheme as an example.

Introducing a platform speecific Platfrom file has following advantages:
1) decentralization of platfrom definitions
2) simplification af arch/mips/Makefile
3) force all platfrom to build with -Werror (done in arch/mips/Kbuild)

[Ralf: Remove forgotten -Werror from AR7 Makefile]

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
To: linux-mips <linux-mips@linux-mips.org>
To: Wu Zhangjin <wuzhangjin@gmail.com>
Patchwork: https://patchwork.linux-mips.org/patch/1302/
Patchwork: http://patchwork.linux-mips.org/patch/1308/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kbuild
arch/mips/Kbuild.platforms [new file with mode: 0644]
arch/mips/Makefile
arch/mips/ar7/Makefile
arch/mips/ar7/Platform [new file with mode: 0644]