commit | 38f255b96085d2e50558a16256c87ffd885f2f7e | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Apr 19 10:01:57 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 23 22:05:34 2022 +0200 |
tree | 922ce75b1d67e3ecad6aaab9f409f1c34ad5b48c | |
parent | 7a06fd75797d002a0201fd4e3e0de3234a62ba3c [diff] |
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>