diff options
author | Patrick Mooney <pmooney@pfmooney.com> | 2017-09-15 21:52:27 +0000 |
---|---|---|
committer | Patrick Mooney <pmooney@pfmooney.com> | 2017-09-20 21:11:34 +0000 |
commit | 4cfebd603890220f4859425ccd92c691498e462b (patch) | |
tree | f5ed71c37ddc4ae408c8390185a385405421a2ef /usr/src/uts/common/Makefile.rules | |
parent | 97f2cda0aba36f25db5cda594bb8946108b944c7 (diff) | |
download | illumos-joyent-4cfebd603890220f4859425ccd92c691498e462b.tar.gz |
OS-6349 vnd kmod should be linted
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/uts/common/Makefile.rules')
-rw-r--r-- | usr/src/uts/common/Makefile.rules | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/src/uts/common/Makefile.rules b/usr/src/uts/common/Makefile.rules index 6fef9f2dc3..f45df7a175 100644 --- a/usr/src/uts/common/Makefile.rules +++ b/usr/src/uts/common/Makefile.rules @@ -23,7 +23,7 @@ # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2016 Garrett D'Amore <garrett@damore.org> # Copyright 2013 Saso Kiselkov. All rights reserved. -# Copyright 2016 Joyent, Inc. +# Copyright 2017 Joyent, Inc. # Copyright 2016 Nexenta Systems, Inc. # Copyright (c) 2016 by Delphix. All rights reserved. # @@ -2511,6 +2511,9 @@ $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sdcard/impl/%.c $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sdcard/targets/sdcard/%.c @($(LHEAD) $(LINT.c) $< $(LTAIL)) +$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/gsqueue/%.c + @($(LHEAD) $(LINT.c) $< $(LTAIL)) + $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sfe/%.c @($(LHEAD) $(LINT.c) $< $(LTAIL)) @@ -2520,6 +2523,9 @@ $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/simnet/%.c $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/softmac/%.c @($(LHEAD) $(LINT.c) $< $(LTAIL)) +$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vnd/%.c + @($(LHEAD) $(LINT.c) $< $(LTAIL)) + $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/uath/%.c @($(LHEAD) $(LINT.c) $< $(LTAIL)) |