Makefile.files (1738dd6ec94e36a9828d13a6e52ac7fb68cb52ed) | Makefile.files (583cd3308017d0e5a17e7164fbee4c20ed04b165) |
---|---|
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 --- 9 unchanged lines hidden (view full) --- 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved. 24# 25# Copyright (c) 2010, Intel Corporation. | 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 --- 9 unchanged lines hidden (view full) --- 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved. 24# 25# Copyright (c) 2010, Intel Corporation. |
26# Copyright 2016 Joyent, Inc. | 26# Copyright 2017 Joyent, Inc. |
27# 28# This Makefile defines file modules in the directory uts/i86pc 29# and its children. These are the source files which are i86pc 30# "implementation architecture" dependent. 31# 32 33# 34# object lists --- 160 unchanged lines hidden (view full) --- 195PCI_E_NEXUS_OBJS += npe.o npe_misc.o 196PCI_E_NEXUS_OBJS += pci_common.o pci_kstats.o pci_tools.o 197PCINEXUS_OBJS += pci.o pci_common.o pci_kstats.o pci_tools.o 198PCPLUSMP_OBJS += apic.o apic_regops.o psm_common.o apic_introp.o \ 199 mp_platform_common.o mp_platform_misc.o \ 200 hpet_acpi.o apic_common.o apic_timer.o 201APIX_OBJS += apix.o apic_regops.o psm_common.o apix_intr.o apix_utils.o \ 202 apix_irm.o mp_platform_common.o hpet_acpi.o apic_common.o \ | 27# 28# This Makefile defines file modules in the directory uts/i86pc 29# and its children. These are the source files which are i86pc 30# "implementation architecture" dependent. 31# 32 33# 34# object lists --- 160 unchanged lines hidden (view full) --- 195PCI_E_NEXUS_OBJS += npe.o npe_misc.o 196PCI_E_NEXUS_OBJS += pci_common.o pci_kstats.o pci_tools.o 197PCINEXUS_OBJS += pci.o pci_common.o pci_kstats.o pci_tools.o 198PCPLUSMP_OBJS += apic.o apic_regops.o psm_common.o apic_introp.o \ 199 mp_platform_common.o mp_platform_misc.o \ 200 hpet_acpi.o apic_common.o apic_timer.o 201APIX_OBJS += apix.o apic_regops.o psm_common.o apix_intr.o apix_utils.o \ 202 apix_irm.o mp_platform_common.o hpet_acpi.o apic_common.o \ |
203 apic_timer.o | 203 apic_timer.o apix_regops.o |
204 205 206ACPI_DRV_OBJS += acpi_drv.o acpi_video.o 207ACPINEX_OBJS += acpinex_drv.o acpinex_event.o 208 209CPUDRV_OBJS += \ 210 cpudrv.o \ 211 cpudrv_mach.o --- 65 unchanged lines hidden --- | 204 205 206ACPI_DRV_OBJS += acpi_drv.o acpi_video.o 207ACPINEX_OBJS += acpinex_drv.o acpinex_event.o 208 209CPUDRV_OBJS += \ 210 cpudrv.o \ 211 cpudrv_mach.o --- 65 unchanged lines hidden --- |