Commit 557d14dc authored by Anton Midyukov's avatar Anton Midyukov

efi: fix condition for use/efi/dtb

parent 5dff1ae8
......@@ -73,7 +73,7 @@ endif
# copy devicetree for default kernel on ESP partition
use/efi/dtb: use/efi; @:
ifeq (distro,$(IMAGE_CLASS))
ifneq (,$(filter-out $(aarch64 riscv64),$(ARCH)))
ifeq (,$(filter-out aarch64 riscv64,$(ARCH)))
@$(call set,GLOBAL_COPY_DTB,1)
@$(call add,EFI_FILES_REPLACE,dtb)
endif
......
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