diff options
Diffstat (limited to 'cddl')
-rw-r--r-- | cddl/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cddl/Makefile.inc b/cddl/Makefile.inc index d3a4914..9ebb86b 100644 --- a/cddl/Makefile.inc +++ b/cddl/Makefile.inc @@ -9,3 +9,8 @@ CFLAGS+= -DNEED_SOLARIS_BOOLEAN WARNS?= 6 CSTD?= gnu89 + +# Do not lint the CDDL stuff. It is all externally maintained and +# lint output is wasteful noise here. + +NO_LINT= |