Print this page
port of illumos-3644
    3644 Add virtio-net support into the Illumos
    Reviewed by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
    Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
    Reviewed by: David Hoppner <0xffea@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/vioif/Makefile
          +++ new/usr/src/uts/intel/vioif/Makefile
↓ open down ↓ 41 lines elided ↑ open up ↑
  42   42  #       Overrides
  43   43  #
  44   44  
  45   45  INC_PATH += -I$(UTSBASE)/common/io/virtio
  46   46  
  47   47  #
  48   48  # lint pass one enforcement
  49   49  #
  50   50  CFLAGS += $(CCVERBOSE)
  51   51  #
  52      -# Driver depends on virtio and blkdev
       52 +# Driver depends on virtio and mac
  53   53  #
  54   54  LDFLAGS         += -dy -N misc/virtio -N misc/mac
  55   55  
  56   56  #
  57   57  #       Default build targets.
  58   58  #
  59   59  .KEEP_STATE:
  60   60  
  61   61  def:            $(DEF_DEPS)
  62   62  
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX