Lines Matching refs:efi
1 Change the efi-cc argument to take an array, so that we can pass compiler flags
4 In the long term changing the fwupd-efi build to use the standard Meson
10 diff --git a/efi/generate_sbat.py b/efi/generate_sbat.py
12 --- a/efi/generate_sbat.py
13 +++ b/efi/generate_sbat.py
23 FWUPD_URL = "https://github.com/fwupd/fwupd-efi"
31 diff --git a/efi/meson.build b/efi/meson.build
33 --- a/efi/meson.build
34 +++ b/efi/meson.build
49 -option('efi-cc', type : 'string', value : 'gcc', description : 'the compiler to use for EFI module…
50 +option('efi-cc', type : 'array', value : ['gcc'], description : 'the compiler to use for EFI modul…
51 option('efi-ld', type : 'string', value : 'ld', description : 'the linker to use for EFI modules')
52 option('efi-libdir', type : 'string', description : 'path to the EFI lib directory')
53 option('efi-ldsdir', type : 'string', description : 'path to the EFI lds directory')