Commit 28975aed authored by Anton Midyukov's avatar Anton Midyukov

kernel: set defulat KFLAVOURS=6.6 for p11

parent 222505ce
......@@ -12,7 +12,7 @@ else
ifeq (,$(filter-out armh,$(ARCH)))
@$(call try,KFLAVOURS,mp)
else
ifeq (,$(filter-out sisyphus,$(BRANCH)))
ifeq (,$(filter-out sisyphus p11,$(BRANCH)))
@$(call try,KFLAVOURS,6.6)
else
@$(call try,KFLAVOURS,un-def)
......
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