realtime.mk: fix build vm/regular-cnc-rt-efi

This commit is contained in:
Anton Midyukov 2021-08-22 00:37:09 +07:00
parent bb7c9eb91d
commit 46427e7caa

View File

@ -12,5 +12,5 @@ endif
ifeq (vm,$(IMAGE_CLASS))
vm/regular-cnc-rt: vm/systemd mixin/regular-vm-x11 mixin/vm-archdep mixin/cnc-rt; @:
vm/regular-cnc-rt-efi: vm/cnc-rt +efi; @:
vm/regular-cnc-rt-efi: vm/regular-cnc-rt +efi; @:
endif