summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/Makefile.rules
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/Makefile.rules')
-rw-r--r--usr/src/uts/common/Makefile.rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/uts/common/Makefile.rules b/usr/src/uts/common/Makefile.rules
index 2d10397e7c..32c06e1d4e 100644
--- a/usr/src/uts/common/Makefile.rules
+++ b/usr/src/uts/common/Makefile.rules
@@ -811,6 +811,10 @@ $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vuidmice/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
+$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vnic/%.c
+ $(COMPILE.c) -o $@ $<
+ $(CTFCONVERT_O)
+
$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/wpi/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
@@ -1566,6 +1570,9 @@ $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usba10/%.c
$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vuidmice/%.c
@($(LHEAD) $(LINT.c) $< $(LTAIL))
+$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vnic/%.c
+ @($(LHEAD) $(LINT.c) $< $(LTAIL))
+
$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/wpi/%.c
@($(LHEAD) $(LINT.c) $< $(LTAIL))