
3 Sep
2022
3 Sep
'22
4:01 p.m.
Add a new unit test to test the integrity of the EFI Conformance Profile Table.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com --- lib/efi_selftest/Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/lib/efi_selftest/Makefile b/lib/efi_selftest/Makefile index 33536c9ec0..daac6c3968 100644 --- a/lib/efi_selftest/Makefile +++ b/lib/efi_selftest/Makefile @@ -49,6 +49,7 @@ efi_selftest_variables.o \ efi_selftest_variables_runtime.o \ efi_selftest_watchdog.o
+obj-$(CONFIG_EFI_ECPT) += efi_selftest_ecpt.o obj-$(CONFIG_NET) += efi_selftest_snp.o
obj-$(CONFIG_EFI_DEVICE_PATH_TO_TEXT) += efi_selftest_devicepath.o
--
2.37.2