diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-01-11 08:16:08 +0100 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-01-22 23:09:13 +0100 |
commit | fb83350952630dd8b73eb19669be838c1e537a03 (patch) | |
tree | 517b15b8fd6ef3feb495c5f1a4684855caa3e71a /lib/efi_selftest/Makefile | |
parent | 8d7cf39090fc072a39bb8a2509f727a27eae9482 (diff) | |
download | u-boot-fb83350952630dd8b73eb19669be838c1e537a03.tar.gz u-boot-fb83350952630dd8b73eb19669be838c1e537a03.tar.xz u-boot-fb83350952630dd8b73eb19669be838c1e537a03.zip |
efi_selftest: test for (Dis)ConnectController
This unit test checks the following protocol services:
ConnectController, DisconnectController,
InstallProtocol, UninstallProtocol,
OpenProtocol, CloseProtcol, OpenProtocolInformation
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_selftest/Makefile b/lib/efi_selftest/Makefile index 837e86228e..e549553c82 100644 --- a/lib/efi_selftest/Makefile +++ b/lib/efi_selftest/Makefile @@ -9,6 +9,7 @@ obj-$(CONFIG_CMD_BOOTEFI_SELFTEST) += \ efi_selftest.o \ +efi_selftest_controllers.o \ efi_selftest_console.o \ efi_selftest_devicepath.o \ efi_selftest_events.o \ |