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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [src/] [platform/] [pb11mpcore/] [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
Import('env')
5
 
6
# The set of source files associated with this SConscript file.
7
src_local = ['platform.c', 'irq.c']
8
obj = env.Object(src_local)
9
 
10
# This is arealview platform, include corresponding files.
11
obj += SConscript('../realview/SConscript', exports = {'env' : env})
12
 
13
Return('obj')

powered by: WebSVN 2.1.0

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