omap3530/bld.inf
author Arnaud Lenoir <arnaudl@symbian.org>
Wed, 25 Nov 2009 13:25:52 +0000
changeset 12 c89ebff40c8d
parent 2 3400e46f43b3
child 13 dc9b4bd57f72
permissions -rw-r--r--
Added extension to build ROM image with SBSv2.

// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
///bld.inf" 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:
// Single bld.inf for most of the Beagleboard baseport
// kernel & beagleboard subdirectories have distinct variant.mmh files, and must be processed separately

#include "assp/bld.inf"
#include "beagle_drivers/hal/bld.inf"
#include "beagle_drivers/keytran/bld.inf"
#include "beagle_drivers/lcd/bld.inf"
#include "beagle_drivers/led/bld.inf"
// #include "beagle_drivers/prm/bld.inf"
#include "beagle_drivers/serialmouse/bld.inf"
#include "beagle_drivers/usbv/bld.inf"
#include "omap3530_drivers/gpio/bld.inf"
#include "omap3530_drivers/i2c/bld.inf"
#include "omap3530_drivers/prcm/bld.inf"
// #include "omap3530_drivers/prm/bld.inf"
#include "omap3530_drivers/uart/bld.inf"
#include "omap3530_drivers/usbcc/bld.inf"
#include "shared/monitor/bld.inf"
#include "shared/mstick/bld.inf"
#include "shared/serialkeyb/bld.inf"
#include "shared/tps65950/bld.inf"

// Build image armv5 for urel and udeb
PRJ_EXTENSIONS
start	extension	base/rom
option	REE_TARGET	beagle
option	TYPE	tshell
option	REE_PATH	sf/adaptation/beagleboard
end