radeon_hd/riscv64: Add radeon_hd to minimum image

Change-Id: I44211b3533f99338d7246e88593fc8838628904c
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4485
Reviewed-by: Alex von Gluck IV <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Alexander von Gluck IV
2021-09-24 00:48:50 +00:00
committed by Alex von Gluck IV
parent 2e8ad9a706
commit 3ea6c00608
+6
View File
@@ -146,6 +146,9 @@ SYSTEM_ADD_ONS_ACCELERANTS = [ FFilterByBuildFeatures
x86,x86_64,riscv64 @{
vesa.accelerant
}@ # x86,x86_64,riscv64
riscv64 @{
radeon_hd.accelerant
}@ # riscv64
] ;
SYSTEM_ADD_ONS_TRANSLATORS =
@@ -174,6 +177,9 @@ SYSTEM_ADD_ONS_DRIVERS_GRAPHICS = [ FFilterByBuildFeatures
x86,x86_64,riscv64 @{
vesa
}@ # x86,x86_64,riscv64
riscv64 @{
radeon_hd
}@ # riscv64
] ;
SYSTEM_ADD_ONS_DRIVERS_MIDI = ;