Makefile.files (4d703b5c9cb1bc29ace6c53cb50b2fe766e6370f) | Makefile.files (62a24de03df1f2399ceda704cb3874dabc98bbbd) |
---|---|
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 --- 780 unchanged lines hidden (view full) --- 789 nsc_list.o 790UNISTAT_OBJS += spuni.o \ 791 spcs_s_k.o 792 793NSKERN_OBJS += nsc_ddi.o \ 794 nsc_proc.o \ 795 nsc_raw.o \ 796 nsc_thread.o \ | 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 --- 780 unchanged lines hidden (view full) --- 789 nsc_list.o 790UNISTAT_OBJS += spuni.o \ 791 spcs_s_k.o 792 793NSKERN_OBJS += nsc_ddi.o \ 794 nsc_proc.o \ 795 nsc_raw.o \ 796 nsc_thread.o \ |
797 nskernd.o | 797 nskernd.o |
798 799SV_OBJS += sv.o 800 801 802# 803# Build up defines and paths. 804# 805# Build up defines and paths. --- 990 unchanged lines hidden (view full) --- 1796 iscsi_stats.o radius_packet.o iscsi_doorclt.o \ 1797 iscsi_targetparam.o utils.o 1798 1799# 1800# ntxn 10Gb/1Gb NIC driver module 1801# 1802NTXN_OBJS = unm_nic_init.o unm_gem.o unm_nic_hw.o unm_ndd.o \ 1803 unm_nic_main.o unm_nic_isr.o unm_nic_ctx.o niu.o | 798 799SV_OBJS += sv.o 800 801 802# 803# Build up defines and paths. 804# 805# Build up defines and paths. --- 990 unchanged lines hidden (view full) --- 1796 iscsi_stats.o radius_packet.o iscsi_doorclt.o \ 1797 iscsi_targetparam.o utils.o 1798 1799# 1800# ntxn 10Gb/1Gb NIC driver module 1801# 1802NTXN_OBJS = unm_nic_init.o unm_gem.o unm_nic_hw.o unm_ndd.o \ 1803 unm_nic_main.o unm_nic_isr.o unm_nic_ctx.o niu.o |
1804# nulldriver module 1805# 1806NULLDRIVER_OBJS = nulldriver.o |
|