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 # Copyright (c) 2013 Andrew Stormont.  All rights reserved.
  24 
  25 
  26 #
  27 #       This makefile contains the common definitions for all sparc
  28 #       implementation architecture independent modules.
  29 #
  30 
  31 #
  32 #       Define supported builds
  33 #
  34 DEF_BUILDS      = $(DEF_BUILDS64)
  35 ALL_BUILDS      = $(ALL_BUILDS64)
  36 
  37 #
  38 #       Everybody needs to know how to build modstubs.o and to locate unix.o.
  39 #       Note that unix.o must currently be selected from among the possible
  40 #       "implementation architectures". Note further, that unix.o is only
  41 #       used as an optional error check for undefines so (theoretically)
  42 #       any "implementation architectures" could be used. We choose sun4u


 471 DACF_KMODS      += net_dacf
 472 
 473 #
 474 #       MAC-Type Plugin Modules (/kernel/mac)
 475 #
 476 MAC_KMODS       += mac_6to4
 477 MAC_KMODS       += mac_ether
 478 MAC_KMODS       += mac_ipv4
 479 MAC_KMODS       += mac_ipv6
 480 MAC_KMODS       += mac_wifi
 481 MAC_KMODS       += mac_ib
 482 
 483 #
 484 # socketmod (kernel/socketmod)
 485 #
 486 SOCKET_KMODS    += sockpfp
 487 SOCKET_KMODS    += socksctp
 488 SOCKET_KMODS    += socksdp
 489 SOCKET_KMODS    += sockrds
 490 SOCKET_KMODS    += ksslf


 491 
 492 #
 493 #       kiconv modules (/kernel/kiconv):
 494 #
 495 KICONV_KMODS    += kiconv_emea kiconv_ja kiconv_ko kiconv_sc kiconv_tc
 496 
 497 #
 498 # Ensure that the variable member of the cpu_t (cpu_m) is defined
 499 # for the lint builds so as not to cause lint errors during the
 500 # global cross check.
 501 #
 502 $(LINTFLAGSUPPRESS)LINTFLAGS    += -D_MACHDEP -I$(UTSBASE)/sun4 \
 503                                    -I$(UTSBASE)/sun4u -I$(UTSBASE)/sfmmu


   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 # Copyright (c) 2013 Andrew Stormont.  All rights reserved.
  25 
  26 
  27 #
  28 #       This makefile contains the common definitions for all sparc
  29 #       implementation architecture independent modules.
  30 #
  31 
  32 #
  33 #       Define supported builds
  34 #
  35 DEF_BUILDS      = $(DEF_BUILDS64)
  36 ALL_BUILDS      = $(ALL_BUILDS64)
  37 
  38 #
  39 #       Everybody needs to know how to build modstubs.o and to locate unix.o.
  40 #       Note that unix.o must currently be selected from among the possible
  41 #       "implementation architectures". Note further, that unix.o is only
  42 #       used as an optional error check for undefines so (theoretically)
  43 #       any "implementation architectures" could be used. We choose sun4u


 472 DACF_KMODS      += net_dacf
 473 
 474 #
 475 #       MAC-Type Plugin Modules (/kernel/mac)
 476 #
 477 MAC_KMODS       += mac_6to4
 478 MAC_KMODS       += mac_ether
 479 MAC_KMODS       += mac_ipv4
 480 MAC_KMODS       += mac_ipv6
 481 MAC_KMODS       += mac_wifi
 482 MAC_KMODS       += mac_ib
 483 
 484 #
 485 # socketmod (kernel/socketmod)
 486 #
 487 SOCKET_KMODS    += sockpfp
 488 SOCKET_KMODS    += socksctp
 489 SOCKET_KMODS    += socksdp
 490 SOCKET_KMODS    += sockrds
 491 SOCKET_KMODS    += ksslf
 492 SOCKET_KMODS    += httpfilt
 493 SOCKET_KMODS    += datafilt
 494 
 495 #
 496 #       kiconv modules (/kernel/kiconv):
 497 #
 498 KICONV_KMODS    += kiconv_emea kiconv_ja kiconv_ko kiconv_sc kiconv_tc
 499 
 500 #
 501 # Ensure that the variable member of the cpu_t (cpu_m) is defined
 502 # for the lint builds so as not to cause lint errors during the
 503 # global cross check.
 504 #
 505 $(LINTFLAGSUPPRESS)LINTFLAGS    += -D_MACHDEP -I$(UTSBASE)/sun4 \
 506                                    -I$(UTSBASE)/sun4u -I$(UTSBASE)/sfmmu