]> git.sur5r.net Git - u-boot/blobdiff - lib/efi_selftest/Makefile
efi_selftest: provide a test for block io
[u-boot] / lib / efi_selftest / Makefile
index 70ad0b71ceaf2027ae1eca0ec05cc06d3ea7c48d..90246f78273852c9a8727bffcf385b8a89c92919 100644 (file)
@@ -25,6 +25,9 @@ efi_selftest_tpl.o \
 efi_selftest_util.o \
 efi_selftest_watchdog.o
 
+ifeq ($(CONFIG_BLK)$(CONFIG_PARTITIONS),yy)
+obj-$(CONFIG_CMD_BOOTEFI_SELFTEST) += efi_selftest_block_device.o
+endif
 
 # TODO: As of v2018.01 the relocation code for the EFI application cannot
 # be built on x86_64.