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:
parent
d4170557c2
commit
ffa7919f60
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user