From c0e4459e09b032161807755ed758685cb2827289 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 28 Jan 2022 11:33:23 +0100 Subject: meson: Add efi-cflags option --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 430b03d2b2..a315ca47c5 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -422,6 +422,8 @@ option('dbus', type : 'combo', choices : ['auto', 'true', 'false'], option('gnu-efi', type : 'combo', choices : ['auto', 'true', 'false'], description : 'gnu-efi support for sd-boot') +option('efi-cflags', type : 'array', + description : 'additional flags for EFI compiler') # Note that LLD does not support PE/COFF relocations # https://lists.llvm.org/pipermail/llvm-dev/2021-March/149234.html option('efi-ld', type : 'combo', choices : ['auto', 'bfd', 'gold'], -- cgit v1.2.1