Build system: Remove sparse support
commit269d19fa328cf455e36560c1621a60452ff6d194
authorTimo Hirvonen <tihirvon@gmail.com>
Sat, 23 Feb 2008 18:31:29 +0000 (23 20:31 +0200)
committerTimo Hirvonen <tihirvon@gmail.com>
Sat, 23 Feb 2008 18:31:29 +0000 (23 20:31 +0200)
tree9571afb8646370c2350028ed15e1c803753a0cd5
parent07f0f98fcb309afbc8f75f866e16448edd695c8b
Build system: Remove sparse support

You shouldn't run sparse directly because some constant required by
header files are not defined by sparse.

Use cgcc (wrapper which runs sparse and cc) instead:

    make CC=cgcc
scripts/lib.mk