diff options
Diffstat (limited to 'src/drivers/efi/Makefile.inc')
-rw-r--r-- | src/drivers/efi/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/efi/Makefile.inc b/src/drivers/efi/Makefile.inc new file mode 100644 index 0000000000..e2251b2c2b --- /dev/null +++ b/src/drivers/efi/Makefile.inc @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + +all-$(CONFIG_DRIVERS_EFI_VARIABLE_STORE) += efivars.c + +all-$(CONFIG_USE_UEFI_VARIABLE_STORE) += option.c |