Makefile.files (28cae8e27cd02e5b8df9666bb34af9786c217a1a) | Makefile.files (337fc9e235877b459e389f54daf9833bbc645439) |
---|---|
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 --- 135 unchanged lines hidden (view full) --- 144 mcamd_drv.o \ 145 mcamd_dimmcfg.o \ 146 mcamd_subr.o \ 147 mcamd_pcicfg.o 148 149# 150# PCI-Express driver modules 151# | 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 --- 135 unchanged lines hidden (view full) --- 144 mcamd_drv.o \ 145 mcamd_dimmcfg.o \ 146 mcamd_subr.o \ 147 mcamd_pcicfg.o 148 149# 150# PCI-Express driver modules 151# |
152PCI_E_MISC_OBJS += pcie_error.o |
|
152PCI_E_NEXUS_OBJS += npe.o npe_misc.o | 153PCI_E_NEXUS_OBJS += npe.o npe_misc.o |
153PCI_E_NEXUS_OBJS += pci_common.o pci_kstats.o pci_tools.o pcie_error.o 154PCI_E_PCINEXUS_OBJS += pcie_pci.o pcie_error.o 155PCIEHPCNEXUS_OBJS += pciehpc_x86.o pciehpc_acpi.o pciehpc_nvidia.o pcie_error.o | 154PCI_E_NEXUS_OBJS += pci_common.o pci_kstats.o pci_tools.o 155PCI_E_PCINEXUS_OBJS += pcie_pci.o 156PCIEHPCNEXUS_OBJS += pciehpc_x86.o pciehpc_acpi.o pciehpc_nvidia.o |
156 157# 158# platform specific modules 159# 160UPPC_OBJS += uppc.o psm_common.o 161PCI_AUTOCONFIG_OBJS += \ 162 pci_autoconfig.o \ 163 pci_boot.o \ --- 71 unchanged lines hidden --- | 157 158# 159# platform specific modules 160# 161UPPC_OBJS += uppc.o psm_common.o 162PCI_AUTOCONFIG_OBJS += \ 163 pci_autoconfig.o \ 164 pci_boot.o \ --- 71 unchanged lines hidden --- |