Makefile.files (a32a1f376ed9360264e4a374608fdcc5c4927d63) | Makefile.files (30165b7f6753bc3d48c52319bed7ec7b3ea36b3c) |
---|---|
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 --- 174 unchanged lines hidden (view full) --- 183 string.o \ 184 $(BOOT_DRIVER_OBJS) \ 185 $(DBOOT_OBJS_$(CLASS)) 186 187# 188# driver and misc modules 189# 190GFX_PRIVATE_OBJS += gfx_private.o gfxp_pci.o gfxp_segmap.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 --- 174 unchanged lines hidden (view full) --- 183 string.o \ 184 $(BOOT_DRIVER_OBJS) \ 185 $(DBOOT_OBJS_$(CLASS)) 186 187# 188# driver and misc modules 189# 190GFX_PRIVATE_OBJS += gfx_private.o gfxp_pci.o gfxp_segmap.o \ |
191 gfxp_devmap.o gfxp_vgatext.o gfxp_vm.o vgasubr.o | 191 gfxp_devmap.o gfxp_vgatext.o gfxp_vm.o vgasubr.o \ 192 gfxp_fb.o |
192FIPE_OBJS += fipe_drv.o fipe_pm.o 193IOAT_OBJS += ioat.o ioat_rs.o ioat_ioctl.o ioat_chan.o 194ISANEXUS_OBJS += isa.o dma_engine.o i8237A.o 195PCIE_MISC_OBJS += pcie_acpi.o pciehpc_acpi.o pcie_x86.o 196PCI_E_NEXUS_OBJS += npe.o npe_misc.o 197PCI_E_NEXUS_OBJS += pci_common.o pci_kstats.o pci_tools.o 198PCINEXUS_OBJS += pci.o pci_common.o pci_kstats.o pci_tools.o 199PCPLUSMP_OBJS += apic.o apic_regops.o psm_common.o apic_introp.o \ --- 77 unchanged lines hidden --- | 193FIPE_OBJS += fipe_drv.o fipe_pm.o 194IOAT_OBJS += ioat.o ioat_rs.o ioat_ioctl.o ioat_chan.o 195ISANEXUS_OBJS += isa.o dma_engine.o i8237A.o 196PCIE_MISC_OBJS += pcie_acpi.o pciehpc_acpi.o pcie_x86.o 197PCI_E_NEXUS_OBJS += npe.o npe_misc.o 198PCI_E_NEXUS_OBJS += pci_common.o pci_kstats.o pci_tools.o 199PCINEXUS_OBJS += pci.o pci_common.o pci_kstats.o pci_tools.o 200PCPLUSMP_OBJS += apic.o apic_regops.o psm_common.o apic_introp.o \ --- 77 unchanged lines hidden --- |