]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Aug 2015 13:57:32 +0000 (06:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Aug 2015 13:57:32 +0000 (06:57 -0700)
commited8bbba0f617aca2c219a236019012784b22cf1f
tree47246ec3445714f891f988f1edd16fd8ecc09ae7
parentc2f3ba745d1c2013811cac6308c4abf9527c478e
parent3d1450d54a4fc277fc4598acf2335f74b66b08fc
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild

Pull kbuild fixes from Michal Marek:
 "Two fixes for kbuild:

   - The new ARCH_{CPP,A,C}FLAGS variables are reset before including
     the arch Makefile

   - Fix calling make modules_install twice when module compression is
     enabled"

* 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
  Makefile: Force gzip and xz on module install
  kbuild: Do not pick up ARCH_{CPP,A,C}FLAGS from the environment
Makefile