Makefile.files revision 2298161bede18e80861c22061c7819e281184392
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
# This Makefile defines all file modules and build rules for the
# directory uts/intel and its children. These are the source files which
# are specific to x86 processor architectures.
#
#
# Core (unix) objects
#
CORE_OBJS += \
copy.o \
float.o \
fpu.o \
sseblk.o \
sundep.o \
swtch.o \
#
# 64-bit multiply/divide compiler helper routines
# used only for ia32
#
SPECIAL_OBJS_32 += \
#
# Generic-unix Module
#
GENUNIX_OBJS += \
#
# PROM Routines
#
GENUNIX_OBJS += \
#
# file system modules
#
CORE_OBJS += \
LX_PROC_OBJS += \
LX_AUTOFS_OBJS += \
#
# ZFS file system module
#
ZFS_OBJS += \
#
# Decompression code
#
CORE_OBJS += decompress.o
#
# Microcode utilities
#
CORE_OBJS += ucode_utils.o
#
# Driver modules
#
AGPGART_OBJS += agpgart.o agp_kstat.o
AGPTARGET_OBJS += agptarget.o
AMD64GART_OBJS += amd64_gart.o
ARCMSR_OBJS += arcmsr.o
BSCBUS_OBJS += bscbus.o
BSCV_OBJS += bscv.o
CMDK_OBJS += cmdk.o
CMLB_OBJS += cmlb.o
CPUNEX_OBJS += cpunex.o
DADK_OBJS += dadk.o
DCOPY_OBJS += dcopy.o
FD_OBJS += fd.o
GDA_OBJS += gda.o
LOGI_OBJS += logi.o
MSMOUSE_OBJS += msm.o
MSCSI_OBJS += mscsi.o
NSKERN_OBJS += nsc_asm.o
PCICFG_OBJS += pcicfg.o
PCI_E_PCINEXUS_OBJS += pcie_pci.o
PCI_PCINEXUS_OBJS += pci_pci.o
PCIEHPCNEXUS_OBJS += pciehpc_x86.o pciehpc_acpi.o
PCN_OBJS += mii.o
PIT_BEEP_OBJS += pit_beep.o
POWER_OBJS += power.o
STRATEGY_OBJS += strategy.o
UCODE_OBJS += ucode_drv.o
#
# Kernel linker
#
KRTLD_OBJS += \
bootrd.o \
ufsops.o \
hsfs.o \
#
# misc. modules
#
ACPICA_OBJS += dbcmds.o dbdisply.o \
AGP_OBJS += agpmaster.o
FBT_OBJS += fbt.o
SDT_OBJS += sdt.o
#
# AMD8111 NIC driver module
#
AMD8111S_OBJS += amd8111s_main.o amd8111s_hw.o
#
# Pentium Performance Counter BackEnd module
#
P123_PCBE_OBJS = p123_pcbe.o
#
# Pentium 4 Performance Counter BackEnd module
#
P4_PCBE_OBJS = p4_pcbe.o
#
# AMD Opteron/Athlon64 Performance Counter BackEnd module
#
OPTERON_PCBE_OBJS = opteron_pcbe.o
#
# Intel Core Architecture Performance Counter BackEnd module
#
CORE_PCBE_OBJS = core_pcbe.o
#
# AMR module
#
AMR_OBJS = amr.o
#
# AMD_IOMMU module
#
AMD_IOMMU_OBJS = \
#
# IOMMULIB module
#
IOMMULIB_OBJS = iommulib.o
#
# Brand modules
#
SN1_BRAND_OBJS = sn1_brand.o sn1_brand_asm.o
LX_BRAND_OBJS = \
lx_brk.o \
lx_id.o \
lx_pid.o \
#
# special files
#
MODSTUB_OBJ += \
BOOTDEV_OBJS += \
INC_PATH += -I$(UTSBASE)/intel
CPR_INTEL_OBJS += cpr_intel.o
#
# AMD family 0xf memory controller module
#
include $(SRC)/common/mc/mc-amd/Makefile.mcamd
MCAMD_OBJS += \
$(MCAMD_CMN_OBJS) \
#
# Intel 5000/5400/7300 MCH module
#
INTEL_NB5000_OBJS += \