Commit 069cd954 authored by Anton Midyukov's avatar Anton Midyukov

education.mk: add use/no-sleep, use/arm-rpi4 to vm/alt-education (armh, aarch64)

For build universal image for aarch64/armh.
parent 33d4aeaf
......@@ -141,6 +141,10 @@ vm/alt-education:: use/uboot
endif
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
vm/alt-education:: use/no-sleep use/arm-rpi4; @:
endif
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
vm/alt-education-rpi: vm/.alt-education use/arm-rpi4/full; @:
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