Commit 0fcf1ce1 authored by Anton Midyukov's avatar Anton Midyukov

mobile.mk: separate mixin/mobile-mp from vm/alt-phosh-mp

parent 80bc6982
......@@ -59,11 +59,12 @@ mixin/pine: use/bootloader/uboot use/tty/S2
@$(call set,KFLAVOURS,pine)
@$(call add,THE_PACKAGES,alsa-ucm-conf-pinephone-pro-workaround)
mixin/mobile-mp: use/bootloader/uboot use/tty/S0
@$(call set,EFI_BOOTLOADER,)
@$(call set,KFLAVOURS,mp)
ifeq (vm,$(IMAGE_CLASS))
vm/alt-mobile-phosh-pine: vm/.phosh mixin/pine; @:
vm/alt-mobile-phosh-mp: vm/phosh
@$(call set,KFLAVOURS,mp)
@$(call set,LOCALE,en_US)
vm/alt-mobile-phosh-mp: vm/.phosh mixin/mobile-mp; @:
endif
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