]> git.openfabrics.org - ~emulex/tmp/compat/.git/commit
compat: avoid NOSTDINC_FLAGS during modpost
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Sat, 25 Feb 2012 03:40:22 +0000 (19:40 -0800)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Sat, 25 Feb 2012 03:40:22 +0000 (19:40 -0800)
commitfa4bdef61b2bb3071b8dc1b63164e6e986fa5604
tree2571508ac7ac59be5ee6b9ea2289e620a5b149a5
parent6c98c5c56a5663b6063fee7aabbdab0298779c5b
compat: avoid NOSTDINC_FLAGS during modpost

modpost, the second part of module building, does not
use NOSTDINC_FLAGS and friends so all the hackery we did
to use it to prefer our header files and include compat-2.6.h
will not work during modpost for older kernels. We don't really
need all that stuff during modpost even for newer kernels so
just avoid it all together.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
Makefile