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
43 # because it is the reference port.
44 #
307 DRV_KMODS += qlt
308 DRV_KMODS += iscsit
309 DRV_KMODS += pppt
310 DRV_KMODS += ncall nsctl sdbc nskern sv
311 DRV_KMODS += ii rdc rdcsrv rdcstub
312 DRV_KMODS += iscsi
313 DRV_KMODS += emlxs
314 DRV_KMODS += oce
315 DRV_KMODS += srpt
316 DRV_KMODS += pmcs
317 DRV_KMODS += pmcs8001fw
318
319 #
320 # I/O framework test drivers
321 #
322 DRV_KMODS += pshot
323 DRV_KMODS += gen_drv
324 DRV_KMODS += tvhci tphci tclient
325 DRV_KMODS += emul64
326
327 #
328 # PCMCIA specific module(s)
329 #
330 DRV_KMODS += pcs
331 MISC_KMODS += busra cardbus dada pcmcia
332 DRV_KMODS += pcic
333
334 # Add lvm
335 #
336 DRV_KMODS += md
337 MISC_KMODS += md_mirror md_stripe md_hotspares md_raid md_trans md_notify
338 MISC_KMODS += md_sp
339
340 #
341 # Exec Class Modules (/kernel/exec):
342 #
343 EXEC_KMODS += aoutexec elfexec intpexec shbinexec javaexec
344
345 #
346 # Scheduling Class Modules (/kernel/sched):
347 #
348 SCHED_KMODS += RT TS RT_DPTBL TS_DPTBL IA FSS FX FX_DPTBL SDC
349
350 #
351 # File System Modules (/kernel/fs):
352 #
|
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 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
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
43 # because it is the reference port.
44 #
307 DRV_KMODS += qlt
308 DRV_KMODS += iscsit
309 DRV_KMODS += pppt
310 DRV_KMODS += ncall nsctl sdbc nskern sv
311 DRV_KMODS += ii rdc rdcsrv rdcstub
312 DRV_KMODS += iscsi
313 DRV_KMODS += emlxs
314 DRV_KMODS += oce
315 DRV_KMODS += srpt
316 DRV_KMODS += pmcs
317 DRV_KMODS += pmcs8001fw
318
319 #
320 # I/O framework test drivers
321 #
322 DRV_KMODS += pshot
323 DRV_KMODS += gen_drv
324 DRV_KMODS += tvhci tphci tclient
325 DRV_KMODS += emul64
326
327 MISC_KMODS += busra dada
328
329 # Add lvm
330 #
331 DRV_KMODS += md
332 MISC_KMODS += md_mirror md_stripe md_hotspares md_raid md_trans md_notify
333 MISC_KMODS += md_sp
334
335 #
336 # Exec Class Modules (/kernel/exec):
337 #
338 EXEC_KMODS += aoutexec elfexec intpexec shbinexec javaexec
339
340 #
341 # Scheduling Class Modules (/kernel/sched):
342 #
343 SCHED_KMODS += RT TS RT_DPTBL TS_DPTBL IA FSS FX FX_DPTBL SDC
344
345 #
346 # File System Modules (/kernel/fs):
347 #
|