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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [src/] [drivers/] [irq/] [gic/] [SConscript] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
# Inherit global environment
2
 
3
#import os, sys
4
 
5
#PROJRELROOT = '../../../'
6
 
7
#sys.path.append(PROJRELROOT)
8
 
9
#from config.projpaths import *
10
#from configure import *
11
 
12
Import('env')
13
# The set of source files associated with this SConscript file.
14
src_local = ['gic.c']
15
obj = env.Object(src_local)
16
 
17
Return('obj')

powered by: WebSVN 2.1.0

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