summaryrefslogtreecommitdiff
path: root/lib/efi_selftest/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-07-07 23:39:16 +0200
committerAlexander Graf <agraf@suse.de>2018-07-25 15:00:24 +0200
commit8c588a5886ef51c600cc816abc8bb366fe0a1877 (patch)
tree72b70fc95e995b21c36ab0b7ff6238c2a7e07c6f /lib/efi_selftest/Makefile
parent42e2b563f6faca0325d4c88f0a17742c02875020 (diff)
downloadu-boot-8c588a5886ef51c600cc816abc8bb366fe0a1877.tar.gz
efi_selftest: unit test for GetTime()
Provide a unit test for the GetTime() runtime service. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.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 1f3084cfb8..590f90b16d 100644
--- a/lib/efi_selftest/Makefile
+++ b/lib/efi_selftest/Makefile
@@ -25,6 +25,7 @@ efi_selftest_exitbootservices.o \
efi_selftest_fdt.o \
efi_selftest_gop.o \
efi_selftest_manageprotocols.o \
+efi_selftest_rtc.o \
efi_selftest_snp.o \
efi_selftest_textinput.o \
efi_selftest_textoutput.o \