Commit eb267f04 authored by Anton Midyukov's avatar Anton Midyukov

regular-vm.mk: Fix build on riscv64 (fix typo)

parent 765796d3
...@@ -17,7 +17,7 @@ mixin/vm-archdep:: use/tty/S0 ...@@ -17,7 +17,7 @@ mixin/vm-archdep:: use/tty/S0
endif endif
ifeq (,$(filter-out riscv64,$(ARCH))) ifeq (,$(filter-out riscv64,$(ARCH)))
mixin/vm-archdep: use/bootloader/uboot use/tty/S0 mixin/vm-archdep:: use/bootloader/uboot use/tty/S0
@$(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