Commit d08d1402 authored by Anton Midyukov's avatar Anton Midyukov

kernel/lib/10-kernel.mk: sort modules, removing duplicates

parent 992cee9f
......@@ -3,4 +3,4 @@
DOT_BASE += $(call kpackages, \
$(KFLAVOURS), \
$(THE_KMODULES) $(BASE_KMODULES) $(BASE_KMODULES_REGEXP))
$(sort $(THE_KMODULES) $(BASE_KMODULES) $(BASE_KMODULES_REGEXP)))
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