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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [src/] [platform/] [pba8/] [SConscript] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
 
2
 
3
# Inherit global environment
4
 
5
import os, sys
6
 
7
PROJRELROOT = '../../../'
8
 
9
sys.path.append(PROJRELROOT)
10
 
11
from config.projpaths import *
12
from configure import *
13
 
14
Import('env', 'platform', 'symbols')
15
 
16
# The set of source files associated with this SConscript file.
17
src_local = ['platform.c', 'irq.c']
18
obj = env.Object(src_local)
19
 
20
# This is arealview platform, include corresponding files.
21
obj += SConscript(join(PROJROOT, 'src/platform/realview/SConscript'), exports = {'env' : env, 'symbols' : symbols},
22
                duplicate=0, build_dir='realview')
23
 
24
Return('obj')

powered by: WebSVN 2.1.0

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