From 2ea8e8685666248d945be63a79977568815c2bf2 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 10 Jan 2012 21:59:08 +0100 Subject: 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 Reviewed-on: http://review.coreboot.org/1027 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- util/abuild/abuild | 6 ------ 1 file changed, 6 deletions(-) (limited to 'util/abuild') diff --git a/util/abuild/abuild b/util/abuild/abuild index 50e9e395bc..032aba572a 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -338,12 +338,6 @@ function build_target CONFIG=$3 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 CC="${CROSS_COMPILE}gcc" -- cgit v1.2.3