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/dld/Makefile
          +++ new/usr/src/uts/sparc/dld/Makefile
↓ open down ↓ 49 lines elided ↑ open up ↑
  50   50  LINT_TARGET     = $(MODULE).lint
  51   51  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  52   52  
  53   53  #
  54   54  # Overrides
  55   55  #
  56   56  CFLAGS                          += $(CCVERBOSE)
  57   57  $(RELEASE_BUILD)CFLAGS          += -xinline=auto -xcrossfile
  58   58  $(RELEASE_BUILD)COPTIMIZE       = -xO5
  59   59  LDFLAGS                         += -dy -N misc/dls -N misc/mac
  60      -INC_PATH                        += -I$(UTSBASE)/common/io/bpf
  61   60  
  62   61  #
  63   62  # For now, disable these lint checks; maintainers should endeavor
  64   63  # to investigate and remove these for maximum lint coverage.
  65   64  # Please do not carry these forward to new Makefiles.
  66   65  #
  67   66  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  68   67  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  69   68  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  70   69  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
↓ open down ↓ 33 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX