lib/vm.mk: vm/.base-grub allowed on ppc64le

This commit is contained in:
Anton Midyukov 2020-01-21 22:34:37 +07:00
parent f6449ec0ec
commit a02c328447

View File

@ -13,7 +13,7 @@ ifeq (,$(filter-out i586 x86_64,$(ARCH)))
vm/.base-lilo: vm/.bare use/bootloader/lilo; @:
endif
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
ifeq (,$(filter-out i586 x86_64 ppc64le,$(ARCH)))
vm/.base-grub: vm/.bare use/bootloader/grub; @:
endif