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:
X512 2021-05-28 03:09:26 +09:00 committed by Adrien Destugues
parent 3126032d47
commit 7fca70f67e

View File

@ -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