aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2003-06-10 02:06:00 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-06-10 02:06:00 -0700
commite5b387c9ac85c2e8d671445a081f793bff66a538 (patch)
treef677f0d8a3ba5fe62610119147931cffff1cc25a /Makefile
parentb7f523b5dfd0cc3ca3209e8f6d0519ee63bd8bf6 (diff)
downloadhistory-e5b387c9ac85c2e8d671445a081f793bff66a538.tar.gz
Don't make the source checker default path be quite
so hackish.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2a5627d3c18c4..1299e9430ae80f 100644
--- a/Makefile
+++ b/Makefile
@@ -204,7 +204,7 @@ GENKSYMS = scripts/genksyms/genksyms
DEPMOD = /sbin/depmod
KALLSYMS = scripts/kallsyms
PERL = perl
-CHECK = /home/torvalds/parser/check
+CHECK = sparse
MODFLAGS = -DMODULE
CFLAGS_MODULE = $(MODFLAGS)
AFLAGS_MODULE = $(MODFLAGS)