Separate out userland linting and kernel linting a bit more. This
make things a bit easier for folks using lints other than the "base" lint.
This commit is contained in:
parent
a441e6c4c5
commit
34d8158078
@ -79,6 +79,7 @@ LINT ?= lint
|
||||
LINTFLAGS ?= -cghapbx
|
||||
LINTKERNFLAGS ?= ${LINTFLAGS}
|
||||
LINTOBJFLAGS ?= -cghapbxu -i
|
||||
LINTOBJKERNFLAGS?= ${LINTOBJFLAGS}
|
||||
LINTLIBFLAGS ?= -cghapbxu -C ${LIB}
|
||||
|
||||
MAKE ?= make
|
||||
|
Loading…
Reference in New Issue
Block a user