Cleaning loader libc and uart

This commit is contained in:
Amit Mahajan
2009-10-29 12:48:16 +05:30
parent b8829118e0
commit a81574b899
108 changed files with 261 additions and 11596 deletions

View File

@@ -16,13 +16,11 @@ from config.configuration import *
from config.projpaths import *
Import('env', 'arch', 'platform')
variant = 'baremetal'
e = env.Clone()
e.Append(CPPPATH = ['include/sys-' + variant + '/arch-' + arch])
e.Append(CCFLAGS = '-nostdinc')
e.Append(CCFLAGS = ['-nostdinc', ('-D' + platform)])
source = \
Glob('src/*.c') + \