Print this page
OS-5549 move bpf filter functions into ip module
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/spdsock/Makefile
          +++ new/usr/src/uts/intel/spdsock/Makefile
↓ open down ↓ 52 lines elided ↑ open up ↑
  53   53  #
  54   54  ALL_TARGET      = $(BINARY) $(SRC_CONFFILE)
  55   55  LINT_TARGET     = $(MODULE).lint
  56   56  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  57   57  
  58   58  #
  59   59  # Linkage dependencies
  60   60  #
  61   61  LDFLAGS += -dy -Ndrv/ip
  62   62  
  63      -INC_PATH += -I$(UTSBASE)/common/io/bpf
  64      -
  65   63  #
  66   64  # For now, disable these lint checks; maintainers should endeavor
  67   65  # to investigate and remove these for maximum lint coverage.
  68   66  # Please do not carry these forward to new Makefiles.
  69   67  #
  70   68  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  71   69  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  72   70  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  73   71  
  74   72  CERRWARN        += -_gcc=-Wno-uninitialized
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX