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/mac_wifi/Makefile
          +++ new/usr/src/uts/intel/mac_wifi/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  #       Overrides.
  58   58  #
  59   59  CFLAGS          += $(CCVERBOSE)
  60   60  LDFLAGS         += -dy -Nmisc/mac
  61      -INC_PATH        += -I$(UTSBASE)/common/io/bpf
  62   61  
  63   62  #
  64   63  #       Default build targets.
  65   64  #
  66   65  .KEEP_STATE:
  67   66  
  68   67  def:            $(DEF_DEPS)
  69   68  
  70   69  all:            $(ALL_DEPS)
  71   70  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX