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>
        
*** 47,57 ****
  #
  # lint pass one enforcement
  #
  CFLAGS += $(CCVERBOSE)
  #
! # Driver depends on virtio and blkdev
  #
  LDFLAGS         += -dy -N misc/virtio -N misc/mac
  
  #
  #       Default build targets.
--- 47,57 ----
  #
  # lint pass one enforcement
  #
  CFLAGS += $(CCVERBOSE)
  #
! # Driver depends on virtio and mac
  #
  LDFLAGS         += -dy -N misc/virtio -N misc/mac
  
  #
  #       Default build targets.