Commit ffa7919f authored by Michael Shigorin's avatar Michael Shigorin

kernel: use different default flavour for e2k

This might evolve into some form of per-arch logic, or otherwise x86 might get moved into a feature of its own instead of being the presumed one. The first step is done.
parent d4170557
......@@ -7,7 +7,11 @@ endif
use/kernel:
@$(call add_feature)
ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call try,KFLAVOURS,elbrus-def)
else
@$(call try,KFLAVOURS,std-def)
endif
# r8168 is a kludge, never install it by default
use/kernel/net:
......
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