]> 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)
commit5ff26d9d8f711c8bc7df55761e9705739ad12df5
treecbd33c85ff87844905cb1cb1c52322e92d3bdd03
parentda2be891d365ccbc20ff82b3239d8cf2fb6c2a76
parentcc7bd421df63f4de9f88d9c309d0cf12a1e47b31
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