Print this page
Added filesystem disturber: driver (fsd), library (libfsd), command (fsdadm)


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




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


 223 DRV_KMODS       += cmdk
 224 DRV_KMODS       += cn
 225 DRV_KMODS       += conskbd
 226 DRV_KMODS       += consms
 227 DRV_KMODS       += cpuid
 228 DRV_KMODS       += cpunex
 229 DRV_KMODS       += crypto
 230 DRV_KMODS       += cryptoadm
 231 DRV_KMODS       += dca
 232 DRV_KMODS       += devinfo
 233 DRV_KMODS       += dld
 234 DRV_KMODS       += dlpistub
 235 DRV_KMODS_32    += dnet
 236 DRV_KMODS       += dump
 237 DRV_KMODS       += ecpp
 238 DRV_KMODS       += emlxs
 239 DRV_KMODS       += fd
 240 DRV_KMODS       += fdc
 241 DRV_KMODS       += fm
 242 DRV_KMODS       += fssnap

 243 DRV_KMODS       += hxge
 244 DRV_KMODS       += i8042
 245 DRV_KMODS       += i915
 246 DRV_KMODS       += icmp
 247 DRV_KMODS       += icmp6
 248 DRV_KMODS       += intel_nb5000
 249 DRV_KMODS       += intel_nhm
 250 DRV_KMODS       += ip
 251 DRV_KMODS       += ip6
 252 DRV_KMODS       += ipf
 253 DRV_KMODS       += ipnet
 254 DRV_KMODS       += ippctl
 255 DRV_KMODS       += ipsecah
 256 DRV_KMODS       += ipsecesp
 257 DRV_KMODS       += ipw
 258 DRV_KMODS       += iwh
 259 DRV_KMODS       += iwi
 260 DRV_KMODS       += iwk
 261 DRV_KMODS       += iwp
 262 DRV_KMODS       += iwscn




   5 # You may not use this file except in compliance with the License.
   6 #
   7 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   8 # or http://www.opensolaris.org/os/licensing.
   9 # See the License for the specific language governing permissions
  10 # and limitations under the License.
  11 #
  12 # When distributing Covered Code, include this CDDL HEADER in each
  13 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  14 # If applicable, add the following below this CDDL HEADER, with the
  15 # fields enclosed by brackets "[]" replaced with your own identifying
  16 # information: Portions Copyright [yyyy] [name of copyright owner]
  17 #
  18 # CDDL HEADER END
  19 #
  20 
  21 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  22 # Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved.
  23 
  24 #
  25 # Copyright 2013 Damian Bogel. All rights reserved.
  26 #
  27 
  28 #
  29 #       This makefile contains the common definitions for all intel
  30 #       implementation architecture independent modules.
  31 #
  32 
  33 #
  34 #       Machine type (implementation architecture):
  35 #
  36 PLATFORM         = i86pc
  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 i86pc
  44 #       because it is the reference port.
  45 #
  46 UNIX_DIR         = $(UTSBASE)/i86pc/unix
  47 GENLIB_DIR       = $(UTSBASE)/intel/genunix
  48 IPDRV_DIR        = $(UTSBASE)/intel/ip


 227 DRV_KMODS       += cmdk
 228 DRV_KMODS       += cn
 229 DRV_KMODS       += conskbd
 230 DRV_KMODS       += consms
 231 DRV_KMODS       += cpuid
 232 DRV_KMODS       += cpunex
 233 DRV_KMODS       += crypto
 234 DRV_KMODS       += cryptoadm
 235 DRV_KMODS       += dca
 236 DRV_KMODS       += devinfo
 237 DRV_KMODS       += dld
 238 DRV_KMODS       += dlpistub
 239 DRV_KMODS_32    += dnet
 240 DRV_KMODS       += dump
 241 DRV_KMODS       += ecpp
 242 DRV_KMODS       += emlxs
 243 DRV_KMODS       += fd
 244 DRV_KMODS       += fdc
 245 DRV_KMODS       += fm
 246 DRV_KMODS       += fssnap
 247 DRV_KMODS       += fsd
 248 DRV_KMODS       += hxge
 249 DRV_KMODS       += i8042
 250 DRV_KMODS       += i915
 251 DRV_KMODS       += icmp
 252 DRV_KMODS       += icmp6
 253 DRV_KMODS       += intel_nb5000
 254 DRV_KMODS       += intel_nhm
 255 DRV_KMODS       += ip
 256 DRV_KMODS       += ip6
 257 DRV_KMODS       += ipf
 258 DRV_KMODS       += ipnet
 259 DRV_KMODS       += ippctl
 260 DRV_KMODS       += ipsecah
 261 DRV_KMODS       += ipsecesp
 262 DRV_KMODS       += ipw
 263 DRV_KMODS       += iwh
 264 DRV_KMODS       += iwi
 265 DRV_KMODS       += iwk
 266 DRV_KMODS       += iwp
 267 DRV_KMODS       += iwscn