21 Sep, 2009
1 commit
-
Ignore drivers/staging/ since it is very likely that new drivers
introduce it again.Signed-off-by: Markus Heidelberg
Signed-off-by: Jiri Kosina
30 Oct, 2008
1 commit
-
This fixes a compile time warning which occurs whenever a static library
is linked into a kernel module. MODPOST tries to look for a
"..cmd" file to look for its dependencies, but that file
doesn't exist or get generated for static libraries.This patch prevents modpost from looking for a .cmd file when a module is
linked with a static library[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Ashutosh Naik
Cc: Rusty Russell
Signed-off-by: Andrew Morton
Signed-off-by: Sam Ravnborg
19 May, 2007
1 commit
-
POSIX says limits.h defines PATH_MAX so we should include it (which fixes
compiling on some systems like OS X).Signed-off-by: Mike Frysinger
Signed-off-by: Sam Ravnborg
03 May, 2007
1 commit
-
modpost is now called with .o files that are not modules.
So do not warn if there is no corresponding .mod
file listing .o files (in .tmp_versions/).Signed-off-by: Sam Ravnborg
19 Feb, 2006
2 commits
-
A combination of calling modpost with option -a and MODVERDIR undefined
caused segmentation fault. So provide a default value and accept the
error messages it generates instead.Signed-off-by: Sam Ravnborg
-
modpost.c provides warn() and fatal() - so use them all over the place.
Signed-off-by: Sam Ravnborg
28 Jul, 2005
1 commit
-
This time I did not break anything... and they shut up gcc4 ;)
Signed-off-by: Sam Ravnborg
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!