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.
This commit is contained in:
Michael Shigorin 2019-04-26 20:25:34 +03:00
parent d4170557c2
commit ffa7919f60

View File

@ -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: