lib/vm.mk: .base-grub-efi available for riscv64
This commit is contained in:
parent
3cf428e6e0
commit
7c17cc5582
@ -21,7 +21,7 @@ else
|
|||||||
vm/.base-grub: vm/.base-grub-efi; @:
|
vm/.base-grub: vm/.base-grub-efi; @:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
|
ifeq (,$(filter-out x86_64 aarch64 riscv64,$(ARCH)))
|
||||||
vm/.base-grub-efi: vm/.bare use/efi/grub; @:
|
vm/.base-grub-efi: vm/.bare use/efi/grub; @:
|
||||||
else
|
else
|
||||||
vm/.base-grub-efi: vm/.bare; @:
|
vm/.base-grub-efi: vm/.bare; @:
|
||||||
|
Loading…
Reference in New Issue
Block a user