Commit cacb3948 authored by Anton Midyukov's avatar Anton Midyukov

efi: add use/efi/dtb to +efi target

dtb is needed for bootloading iso with u-boot.
parent c268dc3b
EFI_ARCHES := x86_64 aarch64 riscv64 loongarch64
+efi: use/efi/signed; @:
+efi: use/efi/signed use/efi/dtb; @:
ifeq (,$(filter-out $(EFI_ARCHES),$(ARCH)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment