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.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
23 # Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
25 # Copyright (c) 2010, Intel Corporation.
26 # Copyright 2018 Joyent, Inc.
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.
126 # Add the SMBIOS subsystem object files directly to the list of objects
127 # built into unix itself; this is all common code except for smb_dev.c.
129 CORE_OBJS += $(SMBIOS_OBJS)
132 # These get compiled twice:
133 # - once in the dboot (direct boot) identity mapped code
134 # - once for use during early startup in unix
139 boot_keyboard_table.o \
145 CORE_OBJS += $(BOOT_DRIVER_OBJS)
148 # locore.o is special. It must be the first file relocated so that it
149 # it is relocated just where its name implies.
161 syscall_asm_amd64.o \
164 SPECIAL_OBJS += $(SPECIAL_OBJS_$(CLASS))
167 # Objects that get compiled into the identity mapped PT_LOAD section of unix
168 # to handle the earliest part of booting.
172 DBOOT_OBJS_64 += dboot_elfload.o
184 $(BOOT_DRIVER_OBJS) \
185 $(DBOOT_OBJS_$(CLASS))
188 # driver and misc modules
190 GFX_PRIVATE_OBJS += gfx_private.o gfxp_pci.o gfxp_segmap.o \
191 gfxp_devmap.o gfxp_vgatext.o gfxp_vm.o vgasubr.o
192 FIPE_OBJS += fipe_drv.o fipe_pm.o
193 IOAT_OBJS += ioat.o ioat_rs.o ioat_ioctl.o ioat_chan.o
194 ISANEXUS_OBJS += isa.o dma_engine.o i8237A.o
195 PCIE_MISC_OBJS += pcie_acpi.o pciehpc_acpi.o pcie_x86.o
196 PCI_E_NEXUS_OBJS += npe.o npe_misc.o
197 PCI_E_NEXUS_OBJS += pci_common.o pci_kstats.o pci_tools.o
198 PCINEXUS_OBJS += pci.o pci_common.o pci_kstats.o pci_tools.o
199 PCPLUSMP_OBJS += apic.o apic_regops.o psm_common.o apic_introp.o \
200 mp_platform_common.o mp_platform_misc.o \
201 hpet_acpi.o apic_common.o apic_timer.o
202 APIX_OBJS += apix.o apic_regops.o psm_common.o apix_intr.o apix_utils.o \
203 apix_irm.o mp_platform_common.o hpet_acpi.o apic_common.o \
204 apic_timer.o apix_regops.o
207 ACPI_DRV_OBJS += acpi_drv.o acpi_video.o
208 ACPINEX_OBJS += acpinex_drv.o acpinex_event.o
214 PPM_OBJS += ppm_subr.o ppm.o ppm_plat.o
216 ACPIPPM_OBJS += acpippm.o acpisleep.o
217 ACPIDEV_OBJS += acpidev_drv.o \
218 acpidev_scope.o acpidev_device.o \
219 acpidev_container.o \
227 DRMACH_ACPI_OBJS += drmach_acpi.o dr_util.o drmach_err.o
229 DR_OBJS += dr.o dr_cpu.o dr_err.o dr_io.o dr_mem_acpi.o dr_quiesce.o dr_util.o
231 ROOTNEX_OBJS += rootnex.o immu.o immu_dmar.o immu_dvma.o \
232 immu_intrmap.o immu_qinv.o immu_regs.o
234 TZMON_OBJS += tzmon.o
235 UPPC_OBJS += uppc.o psm_common.o
237 AMD_IOMMU_OBJS += amd_iommu.o amd_iommu_impl.o amd_iommu_acpi.o \
238 amd_iommu_cmd.o amd_iommu_log.o amd_iommu_page_tables.o
241 # Build up defines and paths.
244 INC_PATH += -I$(UTSBASE)/i86pc -I$(SRC)/common
245 INC_PATH += -I$(UTSBASE)/i86xpv -I$(UTSBASE)/common/xen
248 # Since the assym files are derived, the dependencies must be explicit for
249 # all files including this file. (This is only actually required in the
250 # instance when the .nse_depinfo file does not exist.) It may seem that
251 # the lint targets should also have a similar dependency, but they don't
252 # since only C headers are included when #defined(__lint) is true.
270 syscall_asm_amd64.o \
274 CPR_IMPL_OBJS = cpr_impl.o cpr_wakecode.o
276 $(KDI_ASSYM_DEPS:%=$(OBJS_DIR)/%): $(DSF_DIR)/$(OBJS_DIR)/kdi_assym.h