abuild: Remove abuild.info hack
abuild used to allow boards to override certain environment variables using a file called abuild.info. This isn't used, this isn't needed. Drop it. Change-Id: Ic93748f602bf0c354ff1f3be25a050e1cb469256 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/1027 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
7c9ef4f52c
commit
2ea8e86856
|
@ -338,12 +338,6 @@ function build_target
|
||||||
CONFIG=$3
|
CONFIG=$3
|
||||||
TARCH=$( architecture $VENDOR $MAINBOARD )
|
TARCH=$( architecture $VENDOR $MAINBOARD )
|
||||||
|
|
||||||
# Allow architecture override in an abuild.info file.
|
|
||||||
# This is used for the Motorola Sandpoint, which is not a real target
|
|
||||||
# but a skeleton target for the Sandpoint X3.
|
|
||||||
[ -r "$ROOT/src/mainboard/${VENDOR}/${MAINBOARD}/abuild.info" ] && \
|
|
||||||
source $ROOT/src/mainboard/${VENDOR}/${MAINBOARD}/abuild.info
|
|
||||||
|
|
||||||
# default setting
|
# default setting
|
||||||
|
|
||||||
CC="${CROSS_COMPILE}gcc"
|
CC="${CROSS_COMPILE}gcc"
|
||||||
|
|
Loading…
Reference in New Issue