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/spdsock/Makefile
          +++ new/usr/src/uts/sparc/spdsock/Makefile
↓ open down ↓ 53 lines elided ↑ open up ↑
  54   54  ALL_TARGET      = $(BINARY) $(SRC_CONFFILE)
  55   55  LINT_TARGET     = $(MODULE).lint
  56   56  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  57   57  
  58   58  #
  59   59  # Linkage dependencies
  60   60  #
  61   61  LDFLAGS += -dy -Ndrv/ip
  62   62  
  63   63  #
  64      -# Overrides
  65      -#
  66      -INC_PATH += -I$(UTSBASE)/common/io/bpf
  67      -
  68      -#
  69   64  # lint pass one enforcement
  70   65  #
  71   66  CFLAGS += $(CCVERBOSE)
  72   67  
  73   68  #
  74   69  # For now, disable these lint checks; maintainers should endeavor
  75   70  # to investigate and remove these for maximum lint coverage.
  76   71  # Please do not carry these forward to new Makefiles.
  77   72  #
  78   73  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
↓ open down ↓ 30 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX