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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [loader/] [libs/] [elf/] [SConscript] - Rev 2

Compare with Previous | Blame | View Log

# -*- mode: python; coding: utf-8; -*-
#
#  Codezero -- a microkernel for embedded systems.
#
#  Copyright © 2009  B Labs Ltd
#

Import('env')

e = env.Clone()
e.Append(CPPPATH = ['include'])
e.Append(CCFLAGS = '-nostdinc')

objects = e.StaticObject(Glob('src/*.c'))
library = e.StaticLibrary('elf', objects)

Return('library')

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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