kernel-fxtec-pro1x/scripts/mod
Matthew Wilcox 2a11665945 kbuild: distinguish between errors and warnings in modpost
Some of modpost's warnings are fatal, and some are not.  Adopt the
compiler distinction between errors and warnings by calling merror()
for fatal diagnostics and warn() for non-fatal ones.
merror() was used as replacemtn for error() to avoid clash with glibc

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2007-05-02 20:58:08 +02:00
..
.gitignore
empty.c
file2alias.c kbuild: remove dependency on input.h from file2alias 2007-05-02 20:58:08 +02:00
Makefile
mk_elfconfig.c kbuild: replace abort() with exit(1) 2006-06-24 23:46:54 +02:00
modpost.c kbuild: distinguish between errors and warnings in modpost 2007-05-02 20:58:08 +02:00
modpost.h kbuild: distinguish between errors and warnings in modpost 2007-05-02 20:58:08 +02:00
sumversion.c