]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/boot: Only build board support files when required.
authorTony Breeds <tony@bakeyournoodle.com>
Tue, 3 Apr 2012 15:00:39 +0000 (15:00 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 3 Jul 2012 04:14:37 +0000 (14:14 +1000)
commitedfb3d517cc6d6d58d5b1d619f4108cf5bf99a25
treecca343938789e3950cb6020f30c1e9c0c09f3bed
parent9d70c557bc148f4ff065d0e93264895a5dffffd3
powerpc/boot: Only build board support files when required.

Currently we build all board files regardless of the final zImage
target.  This is sub-optimal (in terms on compilation) and leads to
problems in one platform needlessly causing failures for other
platforms.

Use the Kconfig variables to selectively construct this board files to
build.

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/boot/Makefile