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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [libdev/] [timer/] [omap/] [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 omap_uart
4
plat_list = 'beagle'
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
if plat_list == platform:
12
    src_local += ['timer.c']
13
 
14
obj = env.StaticObject(src_local)
15
Return('obj')

powered by: WebSVN 2.1.0

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