Quantum
b35d58df1f
Split code into generic, arch, and platform Made QEMU its own platform Added shitty uart upload script for lichee board until I can get fel to actually upload uboot payloads without hanging TODO: Move platform selection out of build script TODO: Move arch specific stuff from kernel to arch TODO: Common linker script for arch instead of having a copy in each platform
9 lines
107 B
Meson
9 lines
107 B
Meson
arch_sources = [
|
|
files(
|
|
'entry.S'
|
|
),
|
|
kernel_sources
|
|
]
|
|
|
|
subdir('platform/' + platform)
|
|
|