haiku_loader.riscv: fix build
`frame_buffer_console` is not usable in boot loader because it use kernel virtual memory API. Change-Id: I83f7411261e2ed9b4d68d4c109e5d988e75042cb Reviewed-on: https://review.haiku-os.org/c/haiku/+/4013 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
This commit is contained in:
parent
3126032d47
commit
7fca70f67e
@ -15,11 +15,6 @@ local kernelLibArchObjects =
|
||||
<src!system!kernel!lib!arch!$(TARGET_ARCH)>memset.o
|
||||
;
|
||||
|
||||
local kernelDebugSources =
|
||||
blue_screen.cpp
|
||||
frame_buffer_console.cpp
|
||||
;
|
||||
|
||||
local kernelArchDriverSources =
|
||||
arch_elf.cpp
|
||||
;
|
||||
@ -33,7 +28,6 @@ for platform in [ MultiBootSubDirSetup u-boot efi riscv ] {
|
||||
on $(platform) {
|
||||
DEFINES += _BOOT_MODE ;
|
||||
BootMergeObject [ FGristFiles boot_arch_$(TARGET_KERNEL_ARCH).o ] :
|
||||
$(kernelDebugSources)
|
||||
$(kernelArchDriverSources)
|
||||
$(kernelGenericDriverSources)
|
||||
arch_cpu.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user