Makefile.files (0d5ae8c1274da6a6c74059317942eea625104946) Makefile.files (49ef7e0638c8b771d8a136eae78b1c0f99acc8e0)
1#
2# CDDL HEADER START
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

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

20#
21
22#
23# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright (c) 2012 Joyent, Inc. All rights reserved.
25# Copyright (c) 2011, 2014 by Delphix. All rights reserved.
26# Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
27# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
1#
2# CDDL HEADER START
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

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

20#
21
22#
23# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright (c) 2012 Joyent, Inc. All rights reserved.
25# Copyright (c) 2011, 2014 by Delphix. All rights reserved.
26# Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
27# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
28# Copyright 2016 Garrett D'Amore <garrett@damore.org>
28#
29
30#
31# This Makefile defines all file modules for the directory uts/common
32# and its children. These are the source files which may be considered
33# common to all SunOS systems.
34
35i386_CORE_OBJS += \

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

1999IXGBE_OBJS = ixgbe_82598.o ixgbe_82599.o ixgbe_api.o \
2000 ixgbe_common.o ixgbe_phy.o \
2001 ixgbe_buf.o ixgbe_debug.o ixgbe_gld.o \
2002 ixgbe_log.o ixgbe_main.o \
2003 ixgbe_osdep.o ixgbe_rx.o ixgbe_stat.o \
2004 ixgbe_tx.o ixgbe_x540.o ixgbe_mbx.o
2005
2006#
29#
30
31#
32# This Makefile defines all file modules for the directory uts/common
33# and its children. These are the source files which may be considered
34# common to all SunOS systems.
35
36i386_CORE_OBJS += \

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

2000IXGBE_OBJS = ixgbe_82598.o ixgbe_82599.o ixgbe_api.o \
2001 ixgbe_common.o ixgbe_phy.o \
2002 ixgbe_buf.o ixgbe_debug.o ixgbe_gld.o \
2003 ixgbe_log.o ixgbe_main.o \
2004 ixgbe_osdep.o ixgbe_rx.o ixgbe_stat.o \
2005 ixgbe_tx.o ixgbe_x540.o ixgbe_mbx.o
2006
2007#
2008# Solarflare 1/10/40GbE NIC driver module
2009#
2010# NB: The illumos specific sources are listed first, with the
2011# common (OS-independent) sources afterwards.
2012#
2013SFXGE_OBJS = sfxge_err.o sfxge_ev.o sfxge_hash.o sfxge_intr.o sfxge_mac.o \
2014 sfxge_gld_v3.o sfxge_mon.o sfxge_phy.o \
2015 sfxge_sram.o sfxge_bar.o sfxge_pci.o sfxge_nvram.o \
2016 sfxge_rx.o sfxge_tcp.o sfxge_tx.o sfxge_mcdi.o sfxge_vpd.o \
2017 sfxge.o sfxge_dma.o
2018SFXGE_SF_OBJS = efx_bootcfg.o efx_crc32.o efx_ev.o efx_filter.o \
2019 efx_hash.o efx_intr.o efx_mac.o efx_mcdi.o efx_mon.o \
2020 efx_nic.o efx_nvram.o efx_phy.o efx_port.o efx_rx.o \
2021 efx_sram.o efx_tx.o efx_vpd.o efx_wol.o mcdi_mon.o \
2022 siena_mac.o siena_mcdi.o siena_nic.o siena_nvram.o \
2023 siena_phy.o siena_sram.o siena_vpd.o \
2024 ef10_ev.o ef10_filter.o ef10_intr.o ef10_mac.o ef10_mcdi.o \
2025 ef10_nic.o ef10_nvram.o ef10_phy.o ef10_rx.o ef10_tx.o \
2026 ef10_vpd.o hunt_nic.o hunt_phy.o
2027
2028#
2007# NIU 10G/1G driver module
2008#
2009NXGE_OBJS = nxge_mac.o nxge_ipp.o nxge_rxdma.o \
2010 nxge_txdma.o nxge_txc.o nxge_main.o \
2011 nxge_hw.o nxge_fzc.o nxge_virtual.o \
2012 nxge_send.o nxge_classify.o nxge_fflp.o \
2013 nxge_fflp_hash.o nxge_ndd.o nxge_kstats.o \
2014 nxge_zcp.o nxge_fm.o nxge_espc.o nxge_hv.o \

--- 162 unchanged lines hidden ---
2029# NIU 10G/1G driver module
2030#
2031NXGE_OBJS = nxge_mac.o nxge_ipp.o nxge_rxdma.o \
2032 nxge_txdma.o nxge_txc.o nxge_main.o \
2033 nxge_hw.o nxge_fzc.o nxge_virtual.o \
2034 nxge_send.o nxge_classify.o nxge_fflp.o \
2035 nxge_fflp_hash.o nxge_ndd.o nxge_kstats.o \
2036 nxge_zcp.o nxge_fm.o nxge_espc.o nxge_hv.o \

--- 162 unchanged lines hidden ---