efi_loader: disk: compile efi_disk when CONFIG_BLK
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 19 Apr 2022 01:01:57 +0000 (10:01 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 23 Apr 2022 20:05:34 +0000 (22:05 +0200)
commit38f255b96085d2e50558a16256c87ffd885f2f7e
tree922ce75b1d67e3ecad6aaab9f409f1c34ad5b48c
parent7a06fd75797d002a0201fd4e3e0de3234a62ba3c
efi_loader: disk: compile efi_disk when CONFIG_BLK

Now we can build efi_loader with block device support (CONFIG_BLK) and
without CONFIG_PARTITIONS.
So change Makefile.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
lib/efi_loader/Makefile