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