]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/boot: Properly handle the base "of" boot wrapper
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 4 Nov 2013 23:09:11 +0000 (10:09 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 4 Nov 2013 23:09:11 +0000 (10:09 +1100)
commitc0407122820c6c162a9f3cfba56a96a51530a8b2
tree6ef5242b5a8864418549a4e4b63a6441ce3ed7f6
parent3415f1095b5c609b9b590e7d9a188affe822edaf
powerpc/boot: Properly handle the base "of" boot wrapper

The wrapper script needs an explicit rule for the "of" boot
wrapper (generic wrapper, similar to pseries). Before
7249c50fb6b570f5d11f1d37b37e1dd0591f722d it was hanlded
implicitly by the statement:

platformo=$object/"$platform".o

But now that epapr.o needs to be added, that doesn't work
and an explicit rule must be added.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/boot/wrapper