summaryrefslogtreecommitdiff
path: root/lib/efi_selftest/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-06-20 17:18:48 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-07-06 22:25:32 +0300
commit1bb52fc2d20da0502c0514109e102bdcf3a25b6e (patch)
treee1503703984ac5c398da5cd3a4457a79c63fef98 /lib/efi_selftest/Makefile
parentb94461c224ac65714a5f50861e8f660665ed559f (diff)
downloadu-boot-1bb52fc2d20da0502c0514109e102bdcf3a25b6e.tar.xz
efi_selftest: test variable services at runtime
Provide a unit test for the variable services at runtime. Currently we expect EFI_UNSUPPORTED to be returned as the runtime implementation is still missing. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/efi_selftest/Makefile')
-rw-r--r--lib/efi_selftest/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_selftest/Makefile b/lib/efi_selftest/Makefile
index 3bebd0f573..88678755cc 100644
--- a/lib/efi_selftest/Makefile
+++ b/lib/efi_selftest/Makefile
@@ -35,6 +35,7 @@ efi_selftest_textoutput.o \
efi_selftest_tpl.o \
efi_selftest_util.o \
efi_selftest_variables.o \
+efi_selftest_variables_runtime.o \
efi_selftest_watchdog.o
obj-$(CONFIG_EFI_DEVICE_PATH_TO_TEXT) += efi_selftest_devicepath.o