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/dld/Makefile
          +++ new/usr/src/uts/intel/dld/Makefile
↓ open down ↓ 47 lines elided ↑ open up ↑
  48   48  #
  49   49  ALL_TARGET      = $(BINARY) $(SRC_CONFILE)
  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  LDFLAGS         += -dy -N misc/dls -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_SUSPICIOUS_COMPARISON
↓ open down ↓ 33 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX