Fixed qemu build
Forgot to add the include directories
This commit is contained in:
parent
94fbea02ca
commit
c4e91606de
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
elf = executable(
|
elf = executable(
|
||||||
'kernel.elf',
|
'kernel.elf',
|
||||||
arch_sources,
|
arch_sources,
|
||||||
|
include_directories: includes,
|
||||||
link_args: [
|
link_args: [
|
||||||
'-Wl,-T,' + meson.current_source_dir() + '/platform.ld',
|
'-Wl,-T,' + meson.current_source_dir() + '/platform.ld',
|
||||||
'-static'
|
'-static'
|
||||||
|
|
Loading…
Reference in a new issue