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/sockpfp/Makefile
          +++ new/usr/src/uts/intel/sockpfp/Makefile
↓ open down ↓ 50 lines elided ↑ open up ↑
  51   51  #
  52   52  ALL_TARGET      = $(BINARY)
  53   53  LINT_TARGET     = $(MODULE).lint
  54   54  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  55   55  
  56   56  #
  57   57  # lint pass one enforcement and OS version
  58   58  #
  59   59  CFLAGS += $(CCVERBOSE)
  60   60  
  61      -LDFLAGS += -dy -Nfs/sockfs -Nmisc/dls -Nmisc/mac -Ndrv/bpf -Ndrv/ip
       61 +LDFLAGS += -dy -Nfs/sockfs -Nmisc/dls -Nmisc/mac -Ndrv/ip
  62   62  INC_PATH += -I$(UTSBASE)/common/inet/sockmods -I$(UTSBASE)/common/io/bpf
  63   63  
  64   64  #
  65   65  # For now, disable these lint checks; maintainers should endeavor
  66   66  # to investigate and remove these for maximum lint coverage.
  67   67  # Please do not carry these forward to new Makefiles.
  68   68  #
  69   69  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW -erroff=E_BAD_PTR_CAST_ALIGN
  70   70  
  71   71  CERRWARN        += -_gcc=-Wno-uninitialized
↓ open down ↓ 27 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX