mbox series

[0/3] kbuild: More KCONFIG_CONFIG ignorance

Message ID 20190304165732.24043-1-ar@cs.msu.ru
Headers show
Series kbuild: More KCONFIG_CONFIG ignorance | expand

Message

Arseny Maslennikov March 4, 2019, 4:57 p.m. UTC
Following a recent bug with `make *config' not supporting a redefined
kernel config file, I ran a `git grep -w -nE [.]config **/Makefile'
and discovered these:

Arseny Maslennikov (3):
  kconfig/Makefile: localmodconfig: use KCONFIG_CONFIG
  Makefile: kselftest: use KCONFIG_CONFIG
  arch/um/kernel/Makefile: use KCONFIG_CONFIG

 Makefile                 |  4 ++--
 arch/um/kernel/Makefile  |  2 +-
 scripts/kconfig/Makefile | 12 ++++++------
 3 files changed, 9 insertions(+), 9 deletions(-)