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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [src/] [arch/] [arm/] [SConscript] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
# Inherit global environment
2
import os, sys, glob
3
 
4
PROJRELROOT = '../../'
5
 
6
sys.path.append(PROJRELROOT)
7
 
8
from config.projpaths import *
9
from configure import *
10
 
11
Import('env', 'symbols')
12
 
13
 
14
# The set of source files associated with this SConscript file.
15
src_local = ['head.S', 'vectors.S', 'syscall.S', 'exception-common.c', 'mapping-common.c', 'memset.S', 'memcpy.S']
16
 
17
for name, val in symbols:
18
    if 'CONFIG_SMP' == name:
19
        src_local += ['head-smp.S']
20
 
21
obj = env.Object(src_local)
22
 
23
Return('obj')

powered by: WebSVN 2.1.0

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