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

Subversion Repositories c0or1k

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

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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