Commit 81346b76 authored by Anton Midyukov's avatar Anton Midyukov

phone.mk: do'nt use/bootloader/uboot, instead use/uboot only

Fix build on x86_64.
parent 265b5e6f
...@@ -29,7 +29,7 @@ ifeq (vm,$(IMAGE_CLASS)) ...@@ -29,7 +29,7 @@ ifeq (vm,$(IMAGE_CLASS))
vm/.phosh: vm/systemd mixin/phone-base mixin/phosh +systemd \ vm/.phosh: vm/systemd mixin/phone-base mixin/phosh +systemd \
mixin/waydroid; @: mixin/waydroid; @:
vm/phosh: vm/.phosh use/tty/S0 use/efi/grub use/bootloader/uboot \ vm/phosh: vm/.phosh use/tty/S0 use/efi/grub use/uboot \
use/firmware +x11 +plymouth +vmguest use/firmware +x11 +plymouth +vmguest
@$(call set,KFLAVOURS,un-def) @$(call set,KFLAVOURS,un-def)
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