OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [libdev/] [timer/] [sp804/] [SConscript] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
Import('env', 'platform')
2
 
3
#Platforms using sp804
4
plat_list = ('eb', 'pba8', 'pba9', 'pb11mpcore', 'pb926')
5
 
6
# The set of source files associated with this SConscript file.
7
src_local = []
8
 
9
for plat_supported in plat_list:
10
    if plat_supported == platform:
11
        src_local += Glob('*.c')
12
 
13
obj = env.StaticObject(src_local)
14
Return('obj')

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.