diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-05-17 07:57:06 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-06-03 15:27:20 +0200 |
commit | d799c67ad32e5bb1a7ae098611c2990f80099309 (patch) | |
tree | bda75d34447dfe2732731ccf0dba5671a0b92af8 /lib/efi_selftest/Makefile | |
parent | 45c66f9cdfe40aee78c01ea3f4cdc9573b2c60ed (diff) | |
download | u-boot-d799c67ad32e5bb1a7ae098611c2990f80099309.tar.gz |
efi_selftest: unit test for variable services
Provide a unit test for variable services.
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 80c4302645..2b943bc4d8 100644 --- a/lib/efi_selftest/Makefile +++ b/lib/efi_selftest/Makefile @@ -28,6 +28,7 @@ efi_selftest_textinput.o \ efi_selftest_textoutput.o \ efi_selftest_tpl.o \ efi_selftest_util.o \ +efi_selftest_variables.o \ efi_selftest_watchdog.o ifeq ($(CONFIG_BLK)$(CONFIG_PARTITIONS),yy) |