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