]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite57d229df559944229f4c0798380bbf0b456803a
tree922ce75b1d67e3ecad6aaab9f409f1c34ad5b48c
parent2708be443fb1162518406bbbb5925a1162c70a50
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