mk: sort config templates listing

The config templates can be seen with "make showconfigs", "make config" or
"make help". It's easier to read if it's sorted.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
This commit is contained in:
Thomas Monjalon 2014-05-02 15:28:02 +02:00
parent fa97553a69
commit aaa423d0e5

View File

@ -35,9 +35,9 @@ showversion:
$(RTE_SRCDIR)/lib/librte_eal/common/include/rte_version.h | \
tr '\n' '.' | sed -r 's,\.([0-9]+)\.$$,r\1\n,'
INSTALL_CONFIGS := $(filter-out %~,\
INSTALL_CONFIGS := $(sort $(filter-out %~,\
$(patsubst $(RTE_SRCDIR)/config/defconfig_%,%,\
$(wildcard $(RTE_SRCDIR)/config/defconfig_*)))
$(wildcard $(RTE_SRCDIR)/config/defconfig_*))))
INSTALL_TARGETS := $(addsuffix _install,$(INSTALL_CONFIGS))
.PHONY: showconfigs