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 2016 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.
161 SPECIAL_OBJS += $(SPECIAL_OBJS_$(CLASS))
164 # Objects that get compiled into the identity mapped PT_LOAD section of unix
165 # to handle the earliest part of booting.
169 DBOOT_OBJS_64 += dboot_elfload.o
181 $(BOOT_DRIVER_OBJS) \
182 $(DBOOT_OBJS_$(CLASS))
185 # driver and misc modules
187 GFX_PRIVATE_OBJS += gfx_private.o gfxp_pci.o gfxp_segmap.o \
188 gfxp_devmap.o gfxp_vgatext.o gfxp_vm.o vgasubr.o
189 FIPE_OBJS += fipe_drv.o fipe_pm.o
190 IOAT_OBJS += ioat.o ioat_rs.o ioat_ioctl.o ioat_chan.o
191 ISANEXUS_OBJS += isa.o dma_engine.o i8237A.o
192 PCIE_MISC_OBJS += pcie_acpi.o pciehpc_acpi.o pcie_x86.o
193 PCI_E_NEXUS_OBJS += npe.o npe_misc.o
194 PCI_E_NEXUS_OBJS += pci_common.o pci_kstats.o pci_tools.o
195 PCINEXUS_OBJS += pci.o pci_common.o pci_kstats.o pci_tools.o
196 PCPLUSMP_OBJS += apic.o apic_regops.o psm_common.o apic_introp.o \
197 mp_platform_common.o mp_platform_misc.o \
198 hpet_acpi.o apic_common.o apic_timer.o
199 APIX_OBJS += apix.o apic_regops.o psm_common.o apix_intr.o apix_utils.o \
200 apix_irm.o mp_platform_common.o hpet_acpi.o apic_common.o \
204 ACPI_DRV_OBJS += acpi_drv.o acpi_video.o
205 ACPINEX_OBJS += acpinex_drv.o acpinex_event.o
211 PPM_OBJS += ppm_subr.o ppm.o ppm_plat.o
213 ACPIPPM_OBJS += acpippm.o acpisleep.o
214 ACPIDEV_OBJS += acpidev_drv.o \
215 acpidev_scope.o acpidev_device.o \
216 acpidev_container.o \
224 DRMACH_ACPI_OBJS += drmach_acpi.o dr_util.o drmach_err.o
226 DR_OBJS += dr.o dr_cpu.o dr_err.o dr_io.o dr_mem_acpi.o dr_quiesce.o dr_util.o
228 ROOTNEX_OBJS += rootnex.o immu.o immu_dmar.o immu_dvma.o \
229 immu_intrmap.o immu_qinv.o immu_regs.o
231 TZMON_OBJS += tzmon.o
232 UPPC_OBJS += uppc.o psm_common.o
234 AMD_IOMMU_OBJS += amd_iommu.o amd_iommu_impl.o amd_iommu_acpi.o \
235 amd_iommu_cmd.o amd_iommu_log.o amd_iommu_page_tables.o
238 # Build up defines and paths.
241 INC_PATH += -I$(SRCTOP)/include
242 INC_PATH += -I$(SRCTOP)/arch/x86/kernel/platform/i86pc/include
243 INC_PATH += -I$(UTSBASE)/i86pc -I$(SRC)/common
246 # Since the assym files are derived, the dependencies must be explicit for
247 # all files including this file. (This is only actually required in the
248 # instance when the .nse_depinfo file does not exist.)
269 CPR_IMPL_OBJS = cpr_impl.o cpr_wakecode.o
271 $(KDI_ASSYM_DEPS:%=$(OBJS_DIR)/%): $(DSF_DIR)/$(OBJS_DIR)/kdi_assym.h
273 ASSYM_DEPS += kdi_asm_$(CLASS).o