mirror of
https://github.com/drasko/codezero.git
synced 2026-04-19 02:09:05 +02:00
Taking UART code out from libc and loader and putting in libdev
This commit is contained in:
@@ -52,7 +52,7 @@ def generate_vma_lma_lds(target, source, env):
|
||||
lma_lds = Command('include/linker.lds', 'include/linker.lds.in', generate_vma_lma_lds)
|
||||
|
||||
container_h = Command('include/container.h', 'include/container.h.in', generate_container_h)
|
||||
src = [Glob('*.c') + Glob('mm/*.c') + Glob('lib/*.c') + Glob('fs/*.c') + Glob('fs/memfs/*.c') + Glob('lib/elf/*.c') + Glob('mm/arch/*.c')]
|
||||
src = [Glob('*.c') + Glob('mm/*.c') + Glob('lib/*.c') + Glob('fs/*.c') + Glob('fs/memfs/*.c') + Glob('lib/elf/*.c') + Glob('mm/arch/*.[Sc]')]
|
||||
|
||||
e = env.Clone()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user