tools/mkkconfig: sort apps in menuconfig
authorJunhwan Park <junhwan.park@samsung.com>
Mon, 17 Jul 2017 04:23:17 +0000 (13:23 +0900)
committersunghan <sh924.chang@samsung.com>
Wed, 20 Sep 2017 06:04:05 +0000 (15:04 +0900)
commit9f213b284b9412a72f1406c12068d4bed6a6936f
tree92cfbfce59245daa663d034014470363a5a95cf4
parentdda48140fe5b1f2642eb246e563402779ca1510c
tools/mkkconfig: sort apps in menuconfig

When searching for Kconfig in apps with the find command, it was not
output in numerical order. It is a patch that sort only the output
results.

Change-Id: I3b0822735a633de329dcb7ff16c95c33115dedd9
Signed-off-by: Junhwan Park <junhwan.park@samsung.com>
apps/tools/mkkconfig.sh