omap3530/beagle_drivers/hal/bld.inf
author Mike Kinghan <mikek@symbian.org>
Wed, 17 Nov 2010 11:02:10 +0000
branchGCC_SURGE
changeset 110 c1bfa2b1009b
parent 107 4a6676d432dd
permissions -rwxr-xr-x
1) Merge default tip to very old GCC_SURGE branch, including:- 2) Linux portability fixes 3) New configurability options for HAL config and rombuild to enable hardware VFP math support to be built or not, depending on toolchain.

// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the License "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// beagle/beagle_drivers/hal/bld.inf
// This must be built as ARMv5 because of assumptions in other IBY files
//

PRJ_PLATFORMS
ARMV5

PRJ_EXTENSIONS
start		extension		base/config

#ifdef ARMCC
option	CONFIG_HCF_FILE	config_vfp.hcf
#endif
#ifdef GCCE
option	CONFIG_HCF_FILE	config_novfp.hcf
#endif
option		HALPATH			$(EXTENSION_ROOT)/../../../../../../sf/os/kernelhwsrv/halservices
option		PREFIX			_beagle_
option		SOURCE			$(EXTENSION_ROOT)/.

end

PRJ_MMPFILES
hal