Makefile.intel (bd93c05dbd9b8f1e8d2edf48c777bc881f927608) Makefile.intel (6a72db4a7fa12c3e0d1c1cf91a07390739fa0fbf)
1# CDDL HEADER START
2#
3# The contents of this file are subject to the terms of the
4# Common Development and Distribution License (the "License").
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.

--- 7 unchanged lines hidden (view full) ---

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) 2015 Nexenta Systems, Inc. All rights reserved.
23# Copyright (c) 2013 Andrew Stormont. All rights reserved.
1# CDDL HEADER START
2#
3# The contents of this file are subject to the terms of the
4# Common Development and Distribution License (the "License").
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.

--- 7 unchanged lines hidden (view full) ---

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) 2015 Nexenta Systems, Inc. All rights reserved.
23# Copyright (c) 2013 Andrew Stormont. All rights reserved.
24# Copyright (c) 2015, Joyent, Inc. All rights reserved.
24
25#
26# This makefile contains the common definitions for all intel
27# implementation architecture independent modules.
28#
29
30#
31# Machine type (implementation architecture):

--- 301 unchanged lines hidden (view full) ---

333DRV_KMODS += sppptun
334DRV_KMODS += srpt
335DRV_KMODS += st
336DRV_KMODS += sy
337DRV_KMODS += sysevent
338DRV_KMODS += sysmsg
339DRV_KMODS += tcp
340DRV_KMODS += tcp6
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):

--- 301 unchanged lines hidden (view full) ---

334DRV_KMODS += sppptun
335DRV_KMODS += srpt
336DRV_KMODS += st
337DRV_KMODS += sy
338DRV_KMODS += sysevent
339DRV_KMODS += sysmsg
340DRV_KMODS += tcp
341DRV_KMODS += tcp6
342DRV_KMODS += timerfd
341DRV_KMODS += tl
342DRV_KMODS += tnf
343DRV_KMODS += tpm
344DRV_KMODS += trill
345DRV_KMODS += udp
346DRV_KMODS += udp6
347DRV_KMODS += ucode
348DRV_KMODS += ural

--- 378 unchanged lines hidden ---
343DRV_KMODS += tl
344DRV_KMODS += tnf
345DRV_KMODS += tpm
346DRV_KMODS += trill
347DRV_KMODS += udp
348DRV_KMODS += udp6
349DRV_KMODS += ucode
350DRV_KMODS += ural

--- 378 unchanged lines hidden ---