]> 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)
commita749e3ebffc8d918182f5b1053be99ee4417950e
tree6ef5242b5a8864418549a4e4b63a6441ce3ed7f6
parent28b41182f6b8847e53dba70f69c80046a3e9754f
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
30e3cd40aeb04aa5052fa9acfc74abe72d41fa0f 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