Re: [PATCH 6/7] efi_loader: disk: compile efi_disk when CONFIG_BLK

2022-04-23 Thread Heinrich Schuchardt
On 4/21/22 02:30, AKASHI Takahiro wrote: On Wed, Apr 20, 2022 at 09:42:00AM +0200, Heinrich Schuchardt wrote: On 4/19/22 03:01, AKASHI Takahiro wrote: Now we can build efi_loader with block device support (CONFIG_BLK) and without CONFIG_PARTITIONS. So change Makefile. Signed-off-by: AKASHI Tak

Re: [PATCH 6/7] efi_loader: disk: compile efi_disk when CONFIG_BLK

2022-04-20 Thread AKASHI Takahiro
On Wed, Apr 20, 2022 at 09:42:00AM +0200, Heinrich Schuchardt wrote: > On 4/19/22 03:01, AKASHI Takahiro wrote: > > Now we can build efi_loader with block device support (CONFIG_BLK) and > > without CONFIG_PARTITIONS. > > So change Makefile. > > > > Signed-off-by: AKASHI Takahiro > > --- > > li

Re: [PATCH 6/7] efi_loader: disk: compile efi_disk when CONFIG_BLK

2022-04-20 Thread Heinrich Schuchardt
On 4/19/22 03:01, AKASHI Takahiro wrote: Now we can build efi_loader with block device support (CONFIG_BLK) and without CONFIG_PARTITIONS. So change Makefile. Signed-off-by: AKASHI Takahiro --- lib/efi_loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ef

[PATCH 6/7] efi_loader: disk: compile efi_disk when CONFIG_BLK

2022-04-18 Thread AKASHI Takahiro
Now we can build efi_loader with block device support (CONFIG_BLK) and without CONFIG_PARTITIONS. So change Makefile. Signed-off-by: AKASHI Takahiro --- lib/efi_loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile i