toolchain-external: make ext-tool.mk includable in all cases
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 6 Oct 2013 14:19:13 +0000 (16:19 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 6 Oct 2013 18:54:37 +0000 (20:54 +0200)
commitc58a80b4cd6b620622e567218ded34104c6d46b6
treeafa03d0a45e03316fc127ba8e0d84f7b4996eacc
parentd191c916272fcbac2fd12c4a064530743139dfe5
toolchain-external: make ext-tool.mk includable in all cases

The ext-tool.mk logic uses the TOOLCHAIN_EXTERNAL_PREFIX variable
unconditionally, even if the external toolchain is not used. Until now
this wasn't a problem since ext-tool.mk was only included when the
external toolchain backend was selected, but the next patches are
going to include this file unconditionally.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
toolchain/toolchain-external/ext-tool.mk