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, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# 23# uts/intel/Makefile.files 24# 25# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 26# Use is subject to license terms. 27# 28# ident "%Z%%M% %I% %E% SMI" 29# 30# This Makefile defines all file modules and build rules for the 31# directory uts/intel and it's children. These are the source files which 32# are specific to x86 processor architectures. 33# 34 35# 36# Core (unix) objects 37# 38CORE_OBJS += \ 39 copy.o \ 40 copy_subr.o \ 41 cpc_subr.o \ 42 ddi_arch.o \ 43 ddi_i86.o \ 44 ddi_i86_asm.o \ 45 desctbls.o \ 46 desctbls_asm.o \ 47 exception.o \ 48 float.o \ 49 fpu.o \ 50 i86_subr.o \ 51 lwp_private.o \ 52 lock_prim.o \ 53 ovbcopy.o \ 54 polled_io.o \ 55 sseblk.o \ 56 sundep.o \ 57 swtch.o \ 58 sysi86.o 59 60# 61# Generic-unix Module 62# 63GENUNIX_OBJS += \ 64 archdep.o \ 65 arch_kdi.o \ 66 getcontext.o \ 67 install_utrap.o \ 68 prom_enter.o \ 69 prom_exit.o \ 70 prom_panic.o \ 71 sendsig.o \ 72 syscall.o 73 74 75# 76# PROM Routines 77# 78GENUNIX_OBJS += \ 79 prom_env.o \ 80 prom_emul.o \ 81 prom_getchar.o \ 82 prom_init.o \ 83 prom_node.o \ 84 prom_printf.o \ 85 prom_prop.o \ 86 prom_putchar.o \ 87 prom_reboot.o \ 88 prom_version.o 89 90# 91# file system modules 92# 93CORE_OBJS += \ 94 prmachdep.o 95 96XMEMFS_OBJS += \ 97 seg_xmem.o \ 98 xmem_dir.o \ 99 xmem_subr.o \ 100 xmem_vfsops.o \ 101 xmem_vnops.o 102 103# 104# Driver modules 105# 106SD_OBJS += sd.o sd_xbuf.o 107 108VGATEXT_OBJS += vgatext.o vgasubr.o 109 110# 111# misc. modules 112# 113KRTLD_BOOT_OBJS += \ 114 kobj_boot.o 115 116KRTLD_OBJS += \ 117 bootrd.o \ 118 ufsops.o \ 119 hsfs.o \ 120 doreloc.o \ 121 kobj_convrelstr.o \ 122 kobj_crt.o \ 123 kobj_isa.o \ 124 kobj_reloc.o 125 126# 127# misc. modules 128# 129ACPI_INTP_OBJS += acpi_inf.o acpi_mod.o acpi_ml.o \ 130 acpi_decl.o acpi_exe.o acpi_gram.o acpi_io.o acpi_lex.o \ 131 acpi_name.o acpi_ns.o acpi_op1.o acpi_op2.o acpi_rule.o \ 132 acpi_tab.o acpi_thr.o acpi_val.o \ 133 acpi_exc.o acpi_bst.o acpi_node.o acpi_stk.o acpi_par.o 134 135FBT_OBJS += fbt.o 136SDT_OBJS += sdt.o 137 138# 139# adpu320 module 140# 141ADPU320_OBJS = adpu320.o hwminit.o hwmhrst.o hwmtask.o \ 142 hwmutil.o hwmptcl.o hwmintr.o hwmdlvr.o \ 143 hwmse2.o hwmdiag.o rsminit.o rsmtask.o \ 144 rsmutil.o xlminit.o xlmtask.o xlmutil.o 145 146# 147# Pentium Performance Counter BackEnd module 148# 149P123_PCBE_OBJS = p123_pcbe.o 150 151# 152# Pentium 4 Performance Counter BackEnd module 153# 154P4_PCBE_OBJS = p4_pcbe.o 155 156# 157# AMD Opteron/Athlon64 Performance Counter BackEnd module 158# 159OPTERON_PCBE_OBJS = opteron_pcbe.o 160 161# 162# AAC module 163# 164AAC_OBJS = aac.o 165 166# 167# AMR module 168# 169AMR_OBJS = amr.o 170 171# 172# LSIMEGA module 173# 174LSIMEGA_OBJS = lsimega.o 175 176# 177# special files 178# 179MODSTUB_OBJ += \ 180 modstubs.o 181 182BOOTDEV_OBJS += \ 183 bootdev.o 184 185INC_PATH += -I$(UTSBASE)/intel 186