summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/Makefile.files
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/Makefile.files')
-rw-r--r--usr/src/uts/common/Makefile.files18
1 files changed, 18 insertions, 0 deletions
diff --git a/usr/src/uts/common/Makefile.files b/usr/src/uts/common/Makefile.files
index be88c153fa..d516d9b853 100644
--- a/usr/src/uts/common/Makefile.files
+++ b/usr/src/uts/common/Makefile.files
@@ -1365,3 +1365,21 @@ XGE_HAL_OBJS = xgehal-channel.o xgehal-fifo.o xgehal-ring.o xgehal-config.o \
#
E1000G_OBJS += e1000g_debug.o e1000_hw.o e1000g_main.o e1000g_alloc.o \
e1000g_tx.o e1000g_rx.o e1000g_stat.o e1000g_ndd.o
+#
+# NIU 10G/1G driver module
+#
+NXGE_OBJS = nxge_mac.o nxge_ipp.o nxge_rxdma.o \
+ nxge_txdma.o nxge_txc.o nxge_main.o \
+ nxge_hw.o nxge_fzc.o nxge_virtual.o \
+ nxge_send.o nxge_classify.o nxge_fflp.o \
+ nxge_fflp_hash.o nxge_ndd.o nxge_kstats.o \
+ nxge_zcp.o nxge_fm.o nxge_espc.o
+
+NXGE_NPI_OBJS = \
+ npi.o npi_mac.o npi_ipp.o \
+ npi_txdma.o npi_rxdma.o npi_txc.o \
+ npi_zcp.o npi_espc.o npi_fflp.o \
+ npi_vir.o
+
+NXGE_HCALL_OBJS = \
+ nxge_hcall.o