summaryrefslogtreecommitdiff
path: root/lib/efi_selftest/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-05-04 23:44:13 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-05-07 22:10:04 +0300
commit24f6be7ada05f24f18aec6651dd393e82136342a (patch)
tree10a256e9b05c0e6e43791a61a49cbe1f8723f56b /lib/efi_selftest/Makefile
parentab15d4149ee950820f65e5a5235b1e6b745fc678 (diff)
downloadu-boot-24f6be7ada05f24f18aec6651dd393e82136342a.tar.xz
efi_selftest: unit test for RegisterProtocolNotify()
Provide a unit test for the RegisterProtocolNotify() boot service. 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 4945691e67..c69ad7a9c0 100644
--- a/lib/efi_selftest/Makefile
+++ b/lib/efi_selftest/Makefile
@@ -27,6 +27,7 @@ efi_selftest_gop.o \
efi_selftest_loaded_image.o \
efi_selftest_manageprotocols.o \
efi_selftest_memory.o \
+efi_selftest_register_notify.o \
efi_selftest_rtc.o \
efi_selftest_snp.o \
efi_selftest_textinput.o \