Print this page
OS-5007 support SO_ATTACH_FILTER on ICMP sockets
Reviewed by: Cody Mello <melloc@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/icmp/Makefile
          +++ new/usr/src/uts/intel/icmp/Makefile
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # uts/intel/icmp/Makefile
  23   23  #
  24   24  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  25   25  # Use is subject to license terms.
       26 +# Copyright 2016 Joyent, Inc.
  26   27  #
  27   28  #       This makefile drives the production of the icmp IP driver
  28   29  #
  29   30  #       intel implementation architecture dependent
  30   31  #
  31   32  
  32   33  #
  33   34  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  34   35  #
  35   36  UTSBASE = ../..
↓ open down ↓ 20 lines elided ↑ open up ↑
  56   57  #
  57   58  include $(UTSBASE)/intel/Makefile.intel
  58   59  
  59   60  #
  60   61  #       Define targets
  61   62  #
  62   63  ALL_TARGET      = $(BINARY) $(SRC_CONFFILE)
  63   64  LINT_TARGET     = $(MODULE).lint
  64   65  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOTLINK) $(ROOT_CONFFILE)
  65   66  
       67 +INC_PATH        += -I$(UTSBASE)/common/io/bpf
       68 +
  66   69  #
  67   70  #       depends on ip and sockfs
  68   71  #
  69   72  LDFLAGS         += -dy -Ndrv/ip -Nfs/sockfs
  70   73  
  71   74  #
  72   75  # For now, disable these lint checks; maintainers should endeavor
  73   76  # to investigate and remove these for maximum lint coverage.
  74   77  # Please do not carry these forward to new Makefiles.
  75   78  #
↓ open down ↓ 32 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX