]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kbuild-fixes-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Feb 2020 19:26:33 +0000 (11:26 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Feb 2020 19:26:33 +0000 (11:26 -0800)
commitb6337b4aa77e7040bcf2c2d471af38b3fff1c9be
tree30b41a1a34946ac4a87da7dd6ebaaa4475c989d1
parent3364ecbd30f5e69f7e4c19ad0552e3801f870381
parent74c79a7f2bb28d05aac61fbde28e664fcd8a3fdd
Merge tag 'kbuild-fixes-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild

Pull Kbuild fixes from Masahiro Yamada:

 - fix missed rebuild of DT schema check

 - add some phony targets to PHONY

 - fix comments and documents

* tag 'kbuild-fixes-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  kbuild: get rid of trailing slash from subdir- example
  kbuild: add dt_binding_check to PHONY in a correct place
  kbuild: add dtbs_check to PHONY
  kbuild: remove unneeded semicolon at the end of cmd_dtb_check
  kbuild: fix DT binding schema rule to detect command line changes
  kbuild: remove wrong documentation about mandatory-y
  kbuild: add comment for V=2 mode