kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warnings
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 21 Dec 2018 08:33:07 +0000 (17:33 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 28 Dec 2018 13:22:39 +0000 (22:22 +0900)
commit3b541978562a0f553b0c0253d927d55612dd97b1
tree193d45c781713724794a98091d4d3bfd6a5d3d26
parent9abe42371b44ef3e10e068d3e461c3a97192fb46
kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warnings

Currently, images.c is included by qconf.cc and gconf.c.
qconf.cc uses all of xpm_* arrays, but gconf.c only some of them.
Hence, lots of "... defined but not used" warnings are displayed
while compiling gconf.c

Splitting out images.c fixes the warnings.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/Makefile
scripts/kconfig/gconf.c
scripts/kconfig/images.c
scripts/kconfig/images.h [new file with mode: 0644]
scripts/kconfig/qconf.cc