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# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 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] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26#ident "%Z%%M% %I% %E% SMI" 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 35# 36CORE_OBJS += \ 37 beeper.o \ 38 biosdisk.o \ 39 cbe.o \ 40 cmi.o \ 41 confunix.o \ 42 cpuid.o \ 43 dis_tables.o \ 44 ddi_impl.o \ 45 dtrace_subr.o \ 46 dvma.o \ 47 graphics.o \ 48 hat_i86.o \ 49 hat_kdi.o \ 50 hment.o \ 51 hrtimers.o \ 52 htable.o \ 53 instr_size.o \ 54 intr.o \ 55 lgrpplat.o \ 56 mach_i86mmu.o \ 57 mach_kdi.o \ 58 mach_sysconfig.o \ 59 machdep.o \ 60 mem_config_stubs.o \ 61 memnode.o \ 62 mlsetup.o \ 63 mp_call.o \ 64 mp_implfuncs.o \ 65 mp_machdep.o \ 66 mp_startup.o \ 67 memscrub.o \ 68 mpcore.o \ 69 notes.o \ 70 pci_bios.o \ 71 pci_cfgspace.o \ 72 pci_mech1.o \ 73 pci_mech2.o \ 74 pci_neptune.o \ 75 pci_orion.o \ 76 pmem.o \ 77 ppage.o \ 78 startup.o \ 79 timestamp.o \ 80 trap.o \ 81 vm_machdep.o \ 82 x_call.o 83 84# 85# Add the SMBIOS subsystem object files directly to the list of objects 86# built into unix itself; this is all common code except for smb_dev.c. 87# 88CORE_OBJS += $(SMBIOS_OBJS) 89 90# 91# locore.o is special. It must be the first file relocated so that it 92# it is relocated just where its name implies. 93# 94SPECIAL_OBJS_32 += \ 95 locore.o \ 96 fast_trap_asm.o \ 97 interrupt.o \ 98 syscall_asm.o 99 100SPECIAL_OBJS_64 += \ 101 locore.o \ 102 fast_trap_asm.o \ 103 interrupt.o \ 104 syscall_asm_amd64.o 105 106SPECIAL_OBJS += $(SPECIAL_OBJS_$(CLASS)) 107 108# 109# driver modules 110# 111ROOTNEX_OBJS += rootnex.o 112ISANEXUS_OBJS += isa.o dma_engine.o i8237A.o 113PCINEXUS_OBJS += pci.o pci_common.o pci_kstats.o pci_tools.o 114 115TCIC_OBJS += tcic.o 116 117FD_OBJS += fd.o 118 119PCN_OBJS += mii.o 120 121DNET_OBJS += dnet.o mii.o 122LOGI_OBJS += logi.o 123MSCSI_OBJS += mscsi.o 124MSMOUSE_OBJS += msm.o 125PCPLUSMP_OBJS += apic.o psm_common.o apic_introp.o 126RTLS_OBJS += rtls.o 127AGPGART_OBJS += agpgart.o \ 128 agp_kstat.o 129AGPTARGET_OBJS += agptarget.o 130AMD64GART_OBJS += amd64_gart.o 131TZMON_OBJS += tzmon.o 132 133GHD_OBJS += ghd.o ghd_debug.o ghd_dma.o ghd_queue.o ghd_scsa.o \ 134 ghd_scsi.o ghd_timer.o ghd_waitq.o ghd_gcmd.o 135 136ATA_OBJS += $(GHD_OBJS) ata_blacklist.o ata_common.o ata_disk.o \ 137 ata_dma.o atapi.o atapi_fsm.o ata_debug.o \ 138 sil3xxx.o 139 140include $(SRC)/common/mc/mc-amd/Makefile.mcamd 141MCAMD_OBJS += \ 142 $(MCAMD_CMN_OBJS) \ 143 mcamd_drv.o \ 144 mcamd_subr.o 145 146# 147# PCI-Express driver modules 148# 149PCI_E_NEXUS_OBJS += npe.o npe_misc.o 150PCI_E_NEXUS_OBJS += pci_common.o pci_kstats.o pci_tools.o pcie_error.o 151PCI_E_PCINEXUS_OBJS += pcie_pci.o pcie_error.o 152PCIEHPCNEXUS_OBJS += pciehpc_x86.o pciehpc_acpi.o pciehpc_ck804.o 153 154# 155# platform specific modules 156# 157UPPC_OBJS += uppc.o psm_common.o 158PCI_AUTOCONFIG_OBJS += \ 159 pci_autoconfig.o \ 160 pci_boot.o \ 161 pcie_ck804_boot.o \ 162 pci_memlist.o \ 163 pci_resource.o 164 165ACPICA_OBJS += dbcmds.o dbdisply.o \ 166 dbexec.o dbfileio.o dbhistry.o dbinput.o dbstats.o \ 167 dbutils.o dbxface.o evevent.o evgpe.o evgpeblk.o \ 168 evmisc.o evregion.o evrgnini.o evsci.o evxface.o \ 169 evxfevnt.o evxfregn.o hwacpi.o hwgpe.o hwregs.o \ 170 hwsleep.o hwtimer.o dsfield.o dsinit.o dsmethod.o \ 171 dsmthdat.o dsobject.o dsopcode.o dsutils.o dswexec.o \ 172 dswload.o dswscope.o dswstate.o exconfig.o exconvrt.o \ 173 excreate.o exdump.o exfield.o exfldio.o exmisc.o \ 174 exmutex.o exnames.o exoparg1.o exoparg2.o exoparg3.o \ 175 exoparg6.o exprep.o exregion.o exresnte.o exresolv.o \ 176 exresop.o exstore.o exstoren.o exstorob.o exsystem.o \ 177 exutils.o psargs.o psopcode.o psparse.o psscope.o \ 178 pstree.o psutils.o pswalk.o psxface.o nsaccess.o \ 179 nsalloc.o nsdump.o nsdumpdv.o nseval.o nsinit.o \ 180 nsload.o nsnames.o nsobject.o nsparse.o nssearch.o \ 181 nsutils.o nswalk.o nsxfeval.o nsxfname.o nsxfobj.o \ 182 rsaddr.o rscalc.o rscreate.o rsdump.o \ 183 rsinfo.o rsio.o rsirq.o rslist.o rsmemory.o rsmisc.o \ 184 rsutils.o rsxface.o tbconvrt.o tbget.o tbgetall.o \ 185 tbinstal.o tbrsdt.o tbutils.o tbxface.o tbxfroot.o \ 186 utalloc.o utclib.o utcopy.o utdebug.o utdelete.o \ 187 uteval.o utglobal.o utinit.o utmath.o utmisc.o \ 188 utobject.o utresrc.o utxface.o acpica.o acpi_enum.o \ 189 master_ops.o osl.o osl_ml.o acpica_ec.o utcache.o \ 190 utmutex.o utstate.o dmbuffer.o dmnames.o dmobject.o \ 191 dmopcode.o dmresrc.o dmresrcl.o dmresrcs.o dmutils.o \ 192 dmwalk.o psloop.o 193 194POWER_OBJS += power.o 195 196GFX_PRIVATE_OBJS += gfx_private.o gfxp_pci.o gfxp_segmap.o \ 197 gfxp_devmap.o gfxp_vgatext.o gfxp_vm.o vgasubr.o 198 199# 200# Build up defines and paths. 201# 202ALL_DEFS += -Di86pc 203INC_PATH += -I$(UTSBASE)/i86pc 204 205# 206# Since assym.h is a derived file, the dependency must be explicit for 207# all files including this file. (This is only actually required in the 208# instance when the .nse_depinfo file does not exist.) It may seem that 209# the lint targets should also have a similar dependency, but they don't 210# since only C headers are included when #defined(__lint) is true. 211# 212ASSYM_DEPS += \ 213 copy.o \ 214 desctbls_asm.o \ 215 ddi_i86_asm.o \ 216 exception.o \ 217 fast_trap_asm.o \ 218 float.o \ 219 i86_subr.o \ 220 interrupt.o \ 221 lock_prim.o \ 222 locore.o \ 223 mpcore.o \ 224 sseblk.o \ 225 swtch.o \ 226 syscall_asm.o \ 227 syscall_asm_amd64.o 228