Home
last modified time | relevance | path

Searched refs:map_i386_to_uefi (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/uefi-test-tools/
H A DMakefile60 map_i386_to_uefi = $(subst i386,IA32,$(call map_riscv64_to_uefi,$(1))) macro
61 map_x86_64_to_uefi = $(subst x86_64,X64,$(call map_i386_to_uefi,$(1)))