Skip to content

Commit

Permalink
uefi-capsule: add riscv EFI_MACHINE_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
superm1 committed Feb 18, 2024
1 parent a36e85a commit bb38acf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ if build_standalone
EFI_MACHINE_TYPE_NAME = 'aa64'
elif host_cpu == 'loongarch64'
EFI_MACHINE_TYPE_NAME = 'loongarch64'
elif host_cpu == 'riscv64'
EFI_MACHINE_TYPE_NAME = 'riscv64'
else
EFI_MACHINE_TYPE_NAME = ''
endif
Expand Down

0 comments on commit bb38acf

Please sign in to comment.