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.
124 # Add the SMBIOS subsystem object files directly to the list of objects
125 # built into unix itself; this is all common code except for smb_dev.c.
127 CORE_OBJS += $(SMBIOS_OBJS)
130 # These get compiled twice:
131 # - once in the dboot (direct boot) identity mapped code
132 # - once for use during early startup in unix
137 boot_keyboard_table.o \
143 CORE_OBJS += $(BOOT_DRIVER_OBJS)
146 # locore.o is special. It must be the first file relocated so that it
147 # it is relocated just where its name implies.
162 SPECIAL_OBJS += $(SPECIAL_OBJS_$(CLASS))
165 # Objects that get compiled into the identity mapped PT_LOAD section of unix
166 # to handle the earliest part of booting.
170 DBOOT_OBJS_64 += dboot_elfload.o
182 $(BOOT_DRIVER_OBJS) \
183 $(DBOOT_OBJS_$(CLASS))
186 # driver and misc modules
188 GFX_PRIVATE_OBJS += gfx_private.o gfxp_pci.o gfxp_segmap.o \
189 gfxp_devmap.o gfxp_vgatext.o gfxp_vm.o vgasubr.o
190 FIPE_OBJS += fipe_drv.o fipe_pm.o
191 IOAT_OBJS += ioat.o ioat_rs.o ioat_ioctl.o ioat_chan.o
192 ISANEXUS_OBJS += isa.o dma_engine.o i8237A.o
193 PCIE_MISC_OBJS += pcie_acpi.o pciehpc_acpi.o pcie_x86.o
194 PCI_E_NEXUS_OBJS += npe.o npe_misc.o
195 PCI_E_NEXUS_OBJS += pci_common.o pci_kstats.o pci_tools.o
196 PCINEXUS_OBJS += pci.o pci_common.o pci_kstats.o pci_tools.o
197 PCPLUSMP_OBJS += apic.o apic_regops.o psm_common.o apic_introp.o \
198 mp_platform_common.o mp_platform_misc.o \
199 hpet_acpi.o apic_common.o apic_timer.o
200 APIX_OBJS += apix.o apic_regops.o psm_common.o apix_intr.o apix_utils.o \
201 apix_irm.o mp_platform_common.o hpet_acpi.o apic_common.o \
202 apic_timer.o apix_regops.o
205 ACPI_DRV_OBJS += acpi_drv.o acpi_video.o
206 ACPINEX_OBJS += acpinex_drv.o acpinex_event.o
212 PPM_OBJS += ppm_subr.o ppm.o ppm_plat.o
214 ACPIPPM_OBJS += acpippm.o acpisleep.o
215 ACPIDEV_OBJS += acpidev_drv.o \
216 acpidev_scope.o acpidev_device.o \
217 acpidev_container.o \
225 DRMACH_ACPI_OBJS += drmach_acpi.o dr_util.o drmach_err.o
227 DR_OBJS += dr.o dr_cpu.o dr_err.o dr_io.o dr_mem_acpi.o dr_quiesce.o dr_util.o
229 ROOTNEX_OBJS += rootnex.o immu.o immu_dmar.o immu_dvma.o \
230 immu_intrmap.o immu_qinv.o immu_regs.o
232 TZMON_OBJS += tzmon.o
233 UPPC_OBJS += uppc.o psm_common.o
235 AMD_IOMMU_OBJS += amd_iommu.o amd_iommu_impl.o amd_iommu_acpi.o \
236 amd_iommu_cmd.o amd_iommu_log.o amd_iommu_page_tables.o
239 # Build up defines and paths.
242 INC_PATH += -I$(SRCTOP)/include
243 INC_PATH += -I$(SRCTOP)/arch/x86/kernel/include
244 INC_PATH += -I$(UTSBASE)/i86pc -I$(SRC)/common
247 # Since the assym files are derived, the dependencies must be explicit for
248 # all files including this file. (This is only actually required in the
249 # instance when the .nse_depinfo file does not exist.)
271 CPR_IMPL_OBJS = cpr_impl.o cpr_wakecode.o
273 $(KDI_ASSYM_DEPS:%=$(OBJS_DIR)/%): $(DSF_DIR)/$(OBJS_DIR)/kdi_assym.h