|
@@ -1232,7 +1232,7 @@ rpm: include/config/kernel.release FORCE
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*_defconfig)
|
|
|
-boards := $(notdir $(boards))
|
|
|
+boards := $(sort $(notdir $(boards)))
|
|
|
board-dirs := $(dir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*/*_defconfig))
|
|
|
board-dirs := $(sort $(notdir $(board-dirs:/=)))
|
|
|
|