Makefile.files (1c42de6d020629af774dd9e9fc81be3f3ed9398e) Makefile.files (2449e17f82f6097fd2c665b64723e31ceecbeca6)
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

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

108 lx_autofs.o
109
110#
111# Decompression code
112#
113CORE_OBJS += decompress.o
114
115#
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

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

108 lx_autofs.o
109
110#
111# Decompression code
112#
113CORE_OBJS += decompress.o
114
115#
116# Microcode utilities
117#
118CORE_OBJS += ucode_utils.o
119
120#
116# Driver modules
117#
118AGPGART_OBJS += agpgart.o agp_kstat.o
119AGPTARGET_OBJS += agptarget.o
120AMD64GART_OBJS += amd64_gart.o
121ATA_OBJS += $(GHD_OBJS) ata_blacklist.o ata_common.o ata_disk.o \
122 ata_dma.o atapi.o atapi_fsm.o ata_debug.o \
123 sil3xxx.o

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

140PCI_PCINEXUS_OBJS += pci_pci.o
141PCIEHPCNEXUS_OBJS += pciehpc_x86.o pciehpc_acpi.o pciehpc_nvidia.o
142PCN_OBJS += mii.o
143POWER_OBJS += power.o
144PCI_AUTOCONFIG_OBJS += pci_autoconfig.o pci_boot.o pcie_nvidia.o \
145 pci_memlist.o pci_resource.o
146SD_OBJS += sd.o sd_xbuf.o
147STRATEGY_OBJS += strategy.o
121# Driver modules
122#
123AGPGART_OBJS += agpgart.o agp_kstat.o
124AGPTARGET_OBJS += agptarget.o
125AMD64GART_OBJS += amd64_gart.o
126ATA_OBJS += $(GHD_OBJS) ata_blacklist.o ata_common.o ata_disk.o \
127 ata_dma.o atapi.o atapi_fsm.o ata_debug.o \
128 sil3xxx.o

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

145PCI_PCINEXUS_OBJS += pci_pci.o
146PCIEHPCNEXUS_OBJS += pciehpc_x86.o pciehpc_acpi.o pciehpc_nvidia.o
147PCN_OBJS += mii.o
148POWER_OBJS += power.o
149PCI_AUTOCONFIG_OBJS += pci_autoconfig.o pci_boot.o pcie_nvidia.o \
150 pci_memlist.o pci_resource.o
151SD_OBJS += sd.o sd_xbuf.o
152STRATEGY_OBJS += strategy.o
153UCODE_OBJS += ucode_drv.o
148VGATEXT_OBJS += vgatext.o vgasubr.o
149
150#
151# Kernel linker
152#
153KRTLD_OBJS += \
154 bootrd.o \
155 ufsops.o \

--- 108 unchanged lines hidden ---
154VGATEXT_OBJS += vgatext.o vgasubr.o
155
156#
157# Kernel linker
158#
159KRTLD_OBJS += \
160 bootrd.o \
161 ufsops.o \

--- 108 unchanged lines hidden ---