Print this page
1403 Support deferring TCP accept()s


   3 #
   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.

  23 
  24 
  25 #
  26 #       This makefile contains the common definitions for all sparc
  27 #       implementation architecture independent modules.
  28 #
  29 
  30 #
  31 #       Define supported builds
  32 #
  33 DEF_BUILDS      = $(DEF_BUILDS64)
  34 ALL_BUILDS      = $(ALL_BUILDS64)
  35 
  36 #
  37 #       Everybody needs to know how to build modstubs.o and to locate unix.o.
  38 #       Note that unix.o must currently be selected from among the possible
  39 #       "implementation architectures". Note further, that unix.o is only
  40 #       used as an optional error check for undefines so (theoretically)
  41 #       any "implementation architectures" could be used. We choose sun4u
  42 #       because it is the reference port.
  43 #
  44 UNIX_DIR         = $(UTSBASE)/sun4u/unix


 489 DACF_KMODS      += net_dacf
 490 
 491 #
 492 #       MAC-Type Plugin Modules (/kernel/mac)
 493 #
 494 MAC_KMODS       += mac_6to4
 495 MAC_KMODS       += mac_ether
 496 MAC_KMODS       += mac_ipv4
 497 MAC_KMODS       += mac_ipv6
 498 MAC_KMODS       += mac_wifi
 499 MAC_KMODS       += mac_ib
 500 
 501 #
 502 # socketmod (kernel/socketmod)
 503 #
 504 SOCKET_KMODS    += sockpfp
 505 SOCKET_KMODS    += socksctp
 506 SOCKET_KMODS    += socksdp
 507 SOCKET_KMODS    += sockrds
 508 SOCKET_KMODS    += ksslf


 509 
 510 #
 511 #       kiconv modules (/kernel/kiconv):
 512 #
 513 KICONV_KMODS    += kiconv_emea kiconv_ja kiconv_ko kiconv_sc kiconv_tc


   3 #
   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright 2012, Nexenta Systems, Inc. All rights reserved.
  24 

  25 #
  26 #       This makefile contains the common definitions for all sparc
  27 #       implementation architecture independent modules.
  28 #
  29 
  30 #
  31 #       Define supported builds
  32 #
  33 DEF_BUILDS      = $(DEF_BUILDS64)
  34 ALL_BUILDS      = $(ALL_BUILDS64)
  35 
  36 #
  37 #       Everybody needs to know how to build modstubs.o and to locate unix.o.
  38 #       Note that unix.o must currently be selected from among the possible
  39 #       "implementation architectures". Note further, that unix.o is only
  40 #       used as an optional error check for undefines so (theoretically)
  41 #       any "implementation architectures" could be used. We choose sun4u
  42 #       because it is the reference port.
  43 #
  44 UNIX_DIR         = $(UTSBASE)/sun4u/unix


 489 DACF_KMODS      += net_dacf
 490 
 491 #
 492 #       MAC-Type Plugin Modules (/kernel/mac)
 493 #
 494 MAC_KMODS       += mac_6to4
 495 MAC_KMODS       += mac_ether
 496 MAC_KMODS       += mac_ipv4
 497 MAC_KMODS       += mac_ipv6
 498 MAC_KMODS       += mac_wifi
 499 MAC_KMODS       += mac_ib
 500 
 501 #
 502 # socketmod (kernel/socketmod)
 503 #
 504 SOCKET_KMODS    += sockpfp
 505 SOCKET_KMODS    += socksctp
 506 SOCKET_KMODS    += socksdp
 507 SOCKET_KMODS    += sockrds
 508 SOCKET_KMODS    += ksslf
 509 SOCKET_KMODS    += httpfilt
 510 SOCKET_KMODS    += datafilt
 511 
 512 #
 513 #       kiconv modules (/kernel/kiconv):
 514 #
 515 KICONV_KMODS    += kiconv_emea kiconv_ja kiconv_ko kiconv_sc kiconv_tc