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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [loader/] [libs/] [elf/] [SConscript] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
# -*- mode: python; coding: utf-8; -*-
2
#
3
#  Codezero -- a microkernel for embedded systems.
4
#
5
#  Copyright © 2009  B Labs Ltd
6
#
7
 
8
Import('env')
9
 
10
e = env.Clone()
11
e.Append(CPPPATH = ['include'])
12
e.Append(CCFLAGS = '-nostdinc')
13
 
14
objects = e.StaticObject(Glob('src/*.c'))
15
library = e.StaticLibrary('elf', objects)
16
 
17
Return('library')

powered by: WebSVN 2.1.0

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