omap3530/beagleboard/bld.inf
changeset 0 6663340f3fc9
child 15 344fc5a7c938
equal deleted inserted replaced
-1:000000000000 0:6663340f3fc9
       
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // omap3530/beagleboard/bld.inf
       
    15 // Master build description file for beagle variant
       
    16 //
       
    17 
       
    18 PRJ_PLATFORMS
       
    19 ARMV5
       
    20 
       
    21 PRJ_EXPORTS
       
    22 ./variant.mmh			beagle/
       
    23 inc/iolines.h			beagle/
       
    24 inc/mconf.h			beagle/
       
    25 inc/variantmediadef.h		beagle/
       
    26 inc/beagle_gpio.h		beagle/
       
    27 inc/variant.h			beagle/
       
    28 
       
    29 rom/beagle.oby		../rom/include/
       
    30 rom/base_beagle.iby		../rom/include/
       
    31 rom/header.iby		../rom/beagle/
       
    32 rom/kernel.iby		../rom/beagle/
       
    33 rom/test.iby			../rom/beagle/
       
    34 
       
    35 PRJ_MMPFILES
       
    36 src/vbeagle
       
    37 
       
    38 // Build MEDINT.PDD - this depends on our variantmediadef.h
       
    39 ../../../../../../sf/os/kernelhwsrv/kernel/eka/drivers/medint/medint
       
    40 
       
    41 
       
    42 //
       
    43 // Call the makefile to build the bootstrap
       
    44 //
       
    45 
       
    46 PRJ_EXTENSIONS
       
    47 start		extension		base/bootstrap
       
    48 
       
    49 option		NAME			_beagle_bootrom
       
    50 option		CPU			arm
       
    51 option		MEMMODEL		multiple
       
    52 option		SOURCES			beagle.s
       
    53 option		EXTRA_SRC_PATH		$(EXTENSION_ROOT)/bootstrap
       
    54 option		EXTRA_INC_PATH		$(EXTENSION_ROOT)/bootstrap
       
    55 option		INCLUDES		$(EXTENSION_ROOT)/bootstrap/config.inc
       
    56 option		E32PATH			$(EXTENSION_ROOT)/../../../../../../sf/os/kernelhwsrv/kernel
       
    57 
       
    58 end
       
    59 
       
    60 
       
    61