diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1232,7 +1232,7 @@ rpm: include/config/kernel.release FORCE | |||
| 1232 | # --------------------------------------------------------------------------- | 1232 | # --------------------------------------------------------------------------- |
| 1233 | 1233 | ||
| 1234 | boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*_defconfig) | 1234 | boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*_defconfig) |
| 1235 | boards := $(notdir $(boards)) | 1235 | boards := $(sort $(notdir $(boards))) |
| 1236 | board-dirs := $(dir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*/*_defconfig)) | 1236 | board-dirs := $(dir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*/*_defconfig)) |
| 1237 | board-dirs := $(sort $(notdir $(board-dirs:/=))) | 1237 | board-dirs := $(sort $(notdir $(board-dirs:/=))) |
| 1238 | 1238 | ||
