Commit 9b4cd4e4 authored by Anton Midyukov's avatar Anton Midyukov

basealt.mk: do not add unexisting KMODULES kvm

parent 2bd80f92
...@@ -28,7 +28,7 @@ endif ...@@ -28,7 +28,7 @@ endif
ifeq (,$(filter-out x86_64,$(ARCH))) ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,MAIN_GROUPS,workstation/blender) @$(call add,MAIN_GROUPS,workstation/blender)
@$(call add,MAIN_GROUPS,workstation/virtualbox) @$(call add,MAIN_GROUPS,workstation/virtualbox)
@$(call add,BASE_KMODULES,kvm virtualbox) @$(call add,BASE_KMODULES,virtualbox)
endif endif
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH))) ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,MAIN_GROUPS,workstation/flatpak) @$(call add,MAIN_GROUPS,workstation/flatpak)
......
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