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 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
25
26 #
27 # This makefile contains the common definitions for all intel
28 # implementation architecture independent modules.
29 #
30
31 #
32 # Machine type (implementation architecture):
33 #
34 PLATFORM = i86pc
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 i86pc
42 # because it is the reference port.
43 #
44 UNIX_DIR = $(UTSBASE)/i86pc/unix
711 PCBE_KMODS += p123_pcbe p4_pcbe opteron_pcbe core_pcbe
712
713 #
714 # MAC-Type Plugin Modules (/kernel/mac)
715 #
716 MAC_KMODS += mac_6to4
717 MAC_KMODS += mac_ether
718 MAC_KMODS += mac_ipv4
719 MAC_KMODS += mac_ipv6
720 MAC_KMODS += mac_wifi
721 MAC_KMODS += mac_ib
722
723 #
724 # socketmod (kernel/socketmod)
725 #
726 SOCKET_KMODS += sockpfp
727 SOCKET_KMODS += socksctp
728 SOCKET_KMODS += socksdp
729 SOCKET_KMODS += sockrds
730 SOCKET_KMODS += ksslf
731
732 #
733 # kiconv modules (/kernel/kiconv):
734 #
735 KICONV_KMODS += kiconv_emea kiconv_ja kiconv_ko kiconv_sc kiconv_tc
736
737 #
738 # 'Dacf' Modules (/kernel/dacf):
739 #
740 DACF_KMODS += net_dacf
|
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 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
25
26 #
27 # This makefile contains the common definitions for all intel
28 # implementation architecture independent modules.
29 #
30
31 #
32 # Machine type (implementation architecture):
33 #
34 PLATFORM = i86pc
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 i86pc
42 # because it is the reference port.
43 #
44 UNIX_DIR = $(UTSBASE)/i86pc/unix
711 PCBE_KMODS += p123_pcbe p4_pcbe opteron_pcbe core_pcbe
712
713 #
714 # MAC-Type Plugin Modules (/kernel/mac)
715 #
716 MAC_KMODS += mac_6to4
717 MAC_KMODS += mac_ether
718 MAC_KMODS += mac_ipv4
719 MAC_KMODS += mac_ipv6
720 MAC_KMODS += mac_wifi
721 MAC_KMODS += mac_ib
722
723 #
724 # socketmod (kernel/socketmod)
725 #
726 SOCKET_KMODS += sockpfp
727 SOCKET_KMODS += socksctp
728 SOCKET_KMODS += socksdp
729 SOCKET_KMODS += sockrds
730 SOCKET_KMODS += ksslf
731 SOCKET_KMODS += httpfilt
732 SOCKET_KMODS += datafilt
733
734 #
735 # kiconv modules (/kernel/kiconv):
736 #
737 KICONV_KMODS += kiconv_emea kiconv_ja kiconv_ko kiconv_sc kiconv_tc
738
739 #
740 # 'Dacf' Modules (/kernel/dacf):
741 #
742 DACF_KMODS += net_dacf
|