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