• Linus Torvalds's avatar
    Fix up CHECKFLAGS definitions · 18955165
    Linus Torvalds authored
    More recent versions of sparse do not define the Linux-specific
    default defines, so we make the main Makefile default to the
    regular Linux preprocessor defines (__linux__,  linux, __STDC__
    and unix, __unix__).
    
    Also, sparse has long since fixed the default empty define to
    be "1" as in regular C, so remove the unnecessary "=1" from
    the architecture-specific sparse CHECKFLAGS.
    18955165
Makefile 2.21 KB