]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Feb 2014 19:03:16 +0000 (11:03 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Feb 2014 19:03:16 +0000 (11:03 -0800)
commit22ce914719fccb4c11132dc2a130cec2eadcdfb2
tree6d7459e0cf73907eae24c08412305fe636693bf0
parent208ea960d8fc359a74c9ad12990a42576fbc766a
parentcf1dc888591cb2f6eec0019557f18e3b59fee042
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild

Pull misc kbuild changes from Michal Marek:
 "The non-critical part of kbuild is small this time:
   - Three fixes for make deb-pkg
   - A new coccinelle check

  One of the deb-pkg fixes is a leftover from the last merge window,
  hence the merge commit"

* 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
  deb-pkg: Fix building for MIPS big-endian or ARM OABI
  deb-pkg: Fix cross-building linux-headers package
  scripts: Coccinelle script for pm_runtime_* return checks with IS_ERR_VALUE
  deb-pkg: Inhibit initramfs builders if CONFIG_BLK_DEV_INITRD is not set