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/mac/Makefile
          +++ new/usr/src/uts/intel/mac/Makefile
↓ open down ↓ 48 lines elided ↑ open up ↑
  49   49  #
  50   50  ALL_TARGET      = $(BINARY)
  51   51  LINT_TARGET     = $(MODULE).lint
  52   52  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  53   53  
  54   54  #
  55   55  #       Overrides.
  56   56  #
  57   57  CFLAGS          += $(CCVERBOSE)
  58   58  LDFLAGS         += -dy
  59      -INC_PATH        += -I$(UTSBASE)/common/io/bpf
  60   59  
  61   60  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  62   61  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  63   62  
  64   63  CERRWARN        += -_gcc=-Wno-unused-label
  65   64  CERRWARN        += -_gcc=-Wno-uninitialized
  66   65  CERRWARN        += -_gcc=-Wno-parentheses
  67   66  CERRWARN        += -_gcc=-Wno-type-limits
  68   67  CERRWARN        += -_gcc=-Wno-switch
  69   68  CERRWARN        += -_gcc=-Wno-unused-variable
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX