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/dls/Makefile
          +++ new/usr/src/uts/intel/dls/Makefile
↓ open down ↓ 45 lines elided ↑ open up ↑
  46   46  #
  47   47  ALL_TARGET      = $(BINARY)
  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  LDFLAGS         += -dy -N misc/mac
  56      -INC_PATH        += -I$(UTSBASE)/common/io/bpf
  57   56  
  58   57  #
  59   58  # For now, disable these lint checks; maintainers should endeavor
  60   59  # to investigate and remove these for maximum lint coverage.
  61   60  # Please do not carry these forward to new Makefiles.
  62   61  #
  63   62  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  64   63  LINTTAGS        += -erroff=E_STATIC_UNUSED
  65   64  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  66   65  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
↓ open down ↓ 28 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX