summaryrefslogtreecommitdiff
path: root/scripts/Makefile.modpost
diff options
context:
space:
mode:
authorTom Rini <trini@kernel.crashing.org>2004-08-29 13:31:26 +0200
committerTom Rini <trini@kernel.crashing.org>2004-08-29 13:31:26 +0200
commitdca377a6ac0514f8dbc03b42799a6b422828b87e (patch)
tree4e5bbf69e0caa8fd3ab232f7724ed6f343c37563 /scripts/Makefile.modpost
parent9a276d679ed8665e5fbbde5a7b5b6ba05cf07849 (diff)
kbuild: Use inttypes.h when stdint.h are not available
The following is from Jean-Christophe Dubois <jdubois@mc.com>. On Solaris 2.8, <stdint.h> does not exist, but <inttypes.h> does. However, on Cygwin (the other odd place that the kernel is compiled on) <inttypes.h> doesn't exist. So we end up testing for __sun__ and using <inttypes.h> there, and <stdint.h> everywhere else. Signed-off-by: Tom Rini <trini@kernel.crashing.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/Makefile.modpost')
0 files changed, 0 insertions, 0 deletions