mirror of
https://github.com/drasko/codezero.git
synced 2026-01-18 05:43:16 +01:00
Cleaning loader libc and uart
This commit is contained in:
@@ -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') + \
|
||||
|
||||
Reference in New Issue
Block a user