Print this page
3644 Add virtio-net support into illumos
4945 Additional vioif fixes
Contributions by: Dan Kimmel <dan.kimmel@delphix.com>
Contributions by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Contributions by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
Contributions by: Dmitry Yusupov <Dmitry.Yusupov@nexenta.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
        
*** 1443,1452 ****
--- 1443,1455 ----
  
  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/vioblk/%.c
          $(COMPILE.c) -o $@ $<
          $(CTFCONVERT_O)
  
+ $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/vioif/%.c
+         $(COMPILE.c) -o $@ $<
+         $(CTFCONVERT_O)
  #
  # krtld must refer to its own bzero/bcopy until the kernel is fully linked
  #
  $(OBJS_DIR)/bootrd.o            := CPPFLAGS += -DKOBJ_OVERRIDES
  $(OBJS_DIR)/doreloc.o           := CPPFLAGS += -DKOBJ_OVERRIDES
*** 2694,2703 ****
--- 2697,2709 ----
          @($(LHEAD) $(LINT.c) $< $(LTAIL))
  
  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/vioblk/%.c
          @($(LHEAD) $(LINT.c) $< $(LTAIL))
  
+ $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/vioif/%.c
+         @($(LHEAD) $(LINT.c) $< $(LTAIL))
+ 
  ZMODLINTFLAGS = -erroff=E_CONSTANT_CONDITION
  
  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/zmod/%.c
          @($(LHEAD) $(LINT.c) $(ZMODLINTFLAGS) $< $(LTAIL))