]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kbuild-fixes-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masah...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 5 May 2018 07:15:25 +0000 (21:15 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 5 May 2018 07:15:25 +0000 (21:15 -1000)
commit040b7eda989cf577865e699be8d20b4052f86df4
treecbd33c85ff87844905cb1cb1c52322e92d3bdd03
parent3053bf7439c071bd1f4842bc2aa6664ba4621243
parent175a2f314d89161c7b872d0a54d815d3e006064b
Merge tag 'kbuild-fixes-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild

Pull Kbuild fixes from Masahiro Yamada:

 - remove state comment in modpost

 - extend MAINTAINERS entry to cover modpost and more makefiles

 - fix missed building of SANCOV gcc-plugin

 - replace left-over 'bison' with $(YACC)

 - display short log when generating parer of genksyms

* tag 'kbuild-fixes-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  genksyms: fix typo in parse.tab.{c,h} generation rules
  kbuild: replace hardcoded bison in cmd_bison_h with $(YACC)
  gcc-plugins: fix build condition of SANCOV plugin
  MAINTAINERS: Update Kbuild entry with a few paths
  modpost: delete stale comment
MAINTAINERS