Commit dc5c7ac5 authored by Michael Shigorin's avatar Michael Shigorin

slinux.mk: no un-def on e2k so far

There are just elbrus-def and its CPU-specific peers here, e.g. elbrus-8c.
parent 25a4f260
......@@ -15,8 +15,10 @@ ifneq (,$(filter-out e2k%,$(ARCH)))
endif
@$(call set,META_VOL_ID,Simply Linux $(DISTRO_VERSION) $(ARCH))
@$(call set,META_APP_ID,Simply Linux $(DISTRO_VERSION) $(ARCH) $(shell date +%F))
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call set,KFLAVOURS,un-def)
endif
endif
ifeq (vm,$(IMAGE_CLASS))
vm/slinux:: use/slinux/vm-base use/auto-resize
......
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