usr/src/uts/intel/Makefile.files
author johnlev
Tue, 18 Sep 2007 15:46:43 -0700
changeset 5084 7d838c5c0eed
parent 4581 b6104e41b06c
child 5124 884d0079d61f
permissions -rw-r--r--
PSARC 2006/260 Solaris on Xen PSARC 2007/155 IPv4 Network Configuration Enhancements for Xen Guest Domains 6424124 panic in intr_thread->av_dispatch_autovect->atomic_add_ptr 6496858 mdb could use a memory-based IO backend 6515319 workaround for 6491065 needs to be removed from elfextract.c 6518807 snv_nightly: SUNWcakr pkgck error 6551858 PSARC 2006/260 Solaris on Xen 6584697 Can't boot Xen / Solaris dom0 if root is using ZFS 6593429 usr/src/cmd/devfsadm isn't linting properly 6600359 mdb_kvm_intrframe() is unused 6600750 can remove 'u' workaround from zlib 6601465 /dev/lofictl needs to accept kernel ioctl 6604043 Erronous ASSERT in sdev_vnops.c ASSERT(VTOSDEV(vp)->sdev_attrvp);
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     1
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     2
# CDDL HEADER START
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     3
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
2671
52364beba799 PSARC 2006/204 RaidCfg Project
pl196000
parents: 1709
diff changeset
     5
# Common Development and Distribution License (the "License").
52364beba799 PSARC 2006/204 RaidCfg Project
pl196000
parents: 1709
diff changeset
     6
# You may not use this file except in compliance with the License.
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     7
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    10
# See the License for the specific language governing permissions
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    11
# and limitations under the License.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    12
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    18
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    19
# CDDL HEADER END
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    20
#
2712
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
    21
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    22
#
3445
cd5b6c3b1817 PSARC/2006/061 xmemfs EOF
blakej
parents: 2712
diff changeset
    23
# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    24
# Use is subject to license terms.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    25
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    26
# ident	"%Z%%M%	%I%	%E% SMI"
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    27
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    28
#	This Makefile defines all file modules and build rules for the
1167
9608ad751c4d 6289535 build_cscope complains a bit on x86
kupfer
parents: 786
diff changeset
    29
# directory uts/intel and its children. These are the source files which
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    30
# are specific to x86 processor architectures.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    31
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    32
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    33
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    34
#	Core (unix) objects
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    35
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    36
CORE_OBJS +=		\
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
    37
	arch_kdi.o	\
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    38
	copy.o		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    39
	copy_subr.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    40
	cpc_subr.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    41
	ddi_arch.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    42
	ddi_i86.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    43
	ddi_i86_asm.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    44
	desctbls.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    45
	desctbls_asm.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    46
	exception.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    47
	float.o		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    48
	fpu.o		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    49
	i86_subr.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    50
	lock_prim.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    51
	ovbcopy.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    52
	polled_io.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    53
	sseblk.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    54
	sundep.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    55
	swtch.o		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    56
	sysi86.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    57
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    58
#
436
c9ab97f06761 6241314 ctfconvert should understand SPARC real types in DWARF
dmick
parents: 391
diff changeset
    59
# 64-bit multiply/divide compiler helper routines
c9ab97f06761 6241314 ctfconvert should understand SPARC real types in DWARF
dmick
parents: 391
diff changeset
    60
# used only for ia32
c9ab97f06761 6241314 ctfconvert should understand SPARC real types in DWARF
dmick
parents: 391
diff changeset
    61
#
c9ab97f06761 6241314 ctfconvert should understand SPARC real types in DWARF
dmick
parents: 391
diff changeset
    62
c9ab97f06761 6241314 ctfconvert should understand SPARC real types in DWARF
dmick
parents: 391
diff changeset
    63
SPECIAL_OBJS_32 +=	\
c9ab97f06761 6241314 ctfconvert should understand SPARC real types in DWARF
dmick
parents: 391
diff changeset
    64
	muldiv.o
c9ab97f06761 6241314 ctfconvert should understand SPARC real types in DWARF
dmick
parents: 391
diff changeset
    65
c9ab97f06761 6241314 ctfconvert should understand SPARC real types in DWARF
dmick
parents: 391
diff changeset
    66
#
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    67
#	Generic-unix Module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    68
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    69
GENUNIX_OBJS +=		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    70
	archdep.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    71
	getcontext.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    72
	install_utrap.o	\
5084
7d838c5c0eed PSARC 2006/260 Solaris on Xen
johnlev
parents: 4581
diff changeset
    73
	lwp_private.o	\
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    74
	prom_enter.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    75
	prom_exit.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    76
	prom_panic.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    77
	sendsig.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    78
	syscall.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    79
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    80
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    81
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    82
#	PROM Routines
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    83
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    84
GENUNIX_OBJS +=		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    85
	prom_env.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    86
	prom_emul.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    87
	prom_getchar.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    88
	prom_init.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    89
	prom_node.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    90
	prom_printf.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    91
	prom_prop.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    92
	prom_putchar.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    93
	prom_reboot.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    94
	prom_version.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    95
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    96
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    97
#	file system modules
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    98
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    99
CORE_OBJS +=		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   100
	prmachdep.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   101
2712
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   102
LX_PROC_OBJS +=	\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   103
	lx_prsubr.o	\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   104
	lx_prvfsops.o	\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   105
	lx_prvnops.o
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   106
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   107
LX_AUTOFS_OBJS +=	\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   108
	lx_autofs.o
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   109
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   110
#
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   111
#	Decompression code
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   112
#
3886
3291401d66a6 6536602 add zlib compression support and upgrade to version 1.2.3
ahl
parents: 3470
diff changeset
   113
CORE_OBJS += decompress.o
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   114
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   115
#
4581
b6104e41b06c PSARC/2007/349 Intel Microcode Update Support
sherrym
parents: 4135
diff changeset
   116
#	Microcode utilities
b6104e41b06c PSARC/2007/349 Intel Microcode Update Support
sherrym
parents: 4135
diff changeset
   117
#
b6104e41b06c PSARC/2007/349 Intel Microcode Update Support
sherrym
parents: 4135
diff changeset
   118
CORE_OBJS += ucode_utils.o
b6104e41b06c PSARC/2007/349 Intel Microcode Update Support
sherrym
parents: 4135
diff changeset
   119
b6104e41b06c PSARC/2007/349 Intel Microcode Update Support
sherrym
parents: 4135
diff changeset
   120
#
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   121
#	Driver modules
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   122
#
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   123
AGPGART_OBJS +=	agpgart.o agp_kstat.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   124
AGPTARGET_OBJS += agptarget.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   125
AMD64GART_OBJS += amd64_gart.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   126
ATA_OBJS += $(GHD_OBJS) ata_blacklist.o ata_common.o ata_disk.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   127
	ata_dma.o atapi.o atapi_fsm.o ata_debug.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   128
	sil3xxx.o
4135
69588295f961 6393470 move driver bscbus to usr/src
gd78059
parents: 3886
diff changeset
   129
BSCBUS_OBJS += bscbus.o
69588295f961 6393470 move driver bscbus to usr/src
gd78059
parents: 3886
diff changeset
   130
BSCV_OBJS += bscv.o
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   131
CMDK_OBJS += cmdk.o
1709
39a1331cb1e3 6392614 x86: ata driver should be open sourced
mlf
parents: 1167
diff changeset
   132
CMLB_OBJS += cmlb.o
5084
7d838c5c0eed PSARC 2006/260 Solaris on Xen
johnlev
parents: 4581
diff changeset
   133
CPUNEX_OBJS += cpunex.o
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   134
DADK_OBJS += dadk.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   135
DNET_OBJS += dnet.o mii.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   136
FD_OBJS += fd.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   137
GDA_OBJS += gda.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   138
GHD_OBJS += ghd.o ghd_debug.o ghd_dma.o ghd_queue.o ghd_scsa.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   139
	ghd_scsi.o ghd_timer.o ghd_waitq.o ghd_gcmd.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   140
I915_OBJS += i915_sundrv.o i915_dma.o i915_drv.o i915_irq.o i915_mem.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   141
LOGI_OBJS += logi.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   142
MSMOUSE_OBJS += msm.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   143
MSCSI_OBJS += mscsi.o
3470
eb207a025dcc 6491115 x64: move pcicfg to usr/src/uts/i86pc from usr/src/uts/common
anish
parents: 3446
diff changeset
   144
PCICFG_OBJS += pcicfg.o
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   145
PCI_E_PCINEXUS_OBJS += pcie_pci.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   146
PCI_PCINEXUS_OBJS += pci_pci.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   147
PCIEHPCNEXUS_OBJS += pciehpc_x86.o pciehpc_acpi.o pciehpc_nvidia.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   148
PCN_OBJS += mii.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   149
POWER_OBJS += power.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   150
PCI_AUTOCONFIG_OBJS += pci_autoconfig.o pci_boot.o pcie_nvidia.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   151
			pci_memlist.o pci_resource.o
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   152
SD_OBJS += sd.o sd_xbuf.o
1709
39a1331cb1e3 6392614 x86: ata driver should be open sourced
mlf
parents: 1167
diff changeset
   153
STRATEGY_OBJS += strategy.o
4581
b6104e41b06c PSARC/2007/349 Intel Microcode Update Support
sherrym
parents: 4135
diff changeset
   154
UCODE_OBJS += ucode_drv.o
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   155
VGATEXT_OBJS += vgatext.o vgasubr.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   156
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   157
#
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   158
#	Kernel linker
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   159
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   160
KRTLD_OBJS +=		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   161
	bootrd.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   162
	ufsops.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   163
	hsfs.o		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   164
	doreloc.o	\
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   165
	kobj_boot.o	\
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   166
	kobj_convrelstr.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   167
	kobj_crt.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   168
	kobj_isa.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   169
	kobj_reloc.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   170
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   171
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   172
#	misc. modules
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   173
#
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   174
ACPICA_OBJS	+= dbcmds.o dbdisply.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   175
		   dbexec.o dbfileio.o dbhistry.o dbinput.o dbstats.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   176
		   dbutils.o dbxface.o evevent.o evgpe.o evgpeblk.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   177
		   evmisc.o evregion.o evrgnini.o evsci.o evxface.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   178
		   evxfevnt.o evxfregn.o hwacpi.o hwgpe.o hwregs.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   179
		   hwsleep.o hwtimer.o dsfield.o dsinit.o dsmethod.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   180
		   dsmthdat.o dsobject.o dsopcode.o dsutils.o dswexec.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   181
		   dswload.o dswscope.o dswstate.o exconfig.o exconvrt.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   182
		   excreate.o exdump.o exfield.o exfldio.o exmisc.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   183
		   exmutex.o exnames.o exoparg1.o exoparg2.o exoparg3.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   184
		   exoparg6.o exprep.o exregion.o exresnte.o exresolv.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   185
		   exresop.o exstore.o exstoren.o exstorob.o exsystem.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   186
		   exutils.o psargs.o psopcode.o psparse.o psscope.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   187
		   pstree.o psutils.o pswalk.o psxface.o nsaccess.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   188
		   nsalloc.o nsdump.o nsdumpdv.o nseval.o nsinit.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   189
		   nsload.o nsnames.o nsobject.o nsparse.o nssearch.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   190
		   nsutils.o nswalk.o nsxfeval.o nsxfname.o nsxfobj.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   191
		   rsaddr.o rscalc.o rscreate.o rsdump.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   192
		   rsinfo.o rsio.o rsirq.o rslist.o rsmemory.o rsmisc.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   193
		   rsutils.o rsxface.o tbconvrt.o tbget.o tbgetall.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   194
		   tbinstal.o tbrsdt.o tbutils.o tbxface.o tbxfroot.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   195
		   utalloc.o utclib.o utcopy.o utdebug.o utdelete.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   196
		   uteval.o utglobal.o utinit.o utmath.o utmisc.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   197
		   utobject.o utresrc.o utxface.o acpica.o acpi_enum.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   198
		   master_ops.o osl.o osl_ml.o acpica_ec.o utcache.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   199
		   utmutex.o utstate.o dmbuffer.o dmnames.o dmobject.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   200
		   dmopcode.o dmresrc.o dmresrcl.o dmresrcs.o dmutils.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   201
		   dmwalk.o psloop.o uttrack.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   202
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   203
ACPI_INTP_OBJS += acpi_inf.o acpi_mod.o  acpi_ml.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   204
	acpi_decl.o acpi_exe.o acpi_gram.o acpi_io.o acpi_lex.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   205
	acpi_name.o acpi_ns.o acpi_op1.o acpi_op2.o acpi_rule.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   206
	acpi_tab.o acpi_thr.o acpi_val.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   207
	acpi_exc.o acpi_bst.o acpi_node.o acpi_stk.o acpi_par.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   208
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   209
AGP_OBJS += agpmaster.o
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   210
FBT_OBJS += fbt.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   211
SDT_OBJS += sdt.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   212
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   213
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   214
#	Pentium Performance Counter BackEnd module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   215
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   216
P123_PCBE_OBJS = p123_pcbe.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   217
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   218
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   219
#	Pentium 4 Performance Counter BackEnd module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   220
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   221
P4_PCBE_OBJS = p4_pcbe.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   222
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   223
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   224
#	AMD Opteron/Athlon64 Performance Counter BackEnd module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   225
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   226
OPTERON_PCBE_OBJS = opteron_pcbe.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   227
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   228
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   229
#	AAC module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   230
#
2671
52364beba799 PSARC 2006/204 RaidCfg Project
pl196000
parents: 1709
diff changeset
   231
AAC_OBJS = aac.o aac_ioctl.o
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   232
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   233
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   234
#	AMR module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   235
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   236
AMR_OBJS = amr.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   237
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   238
#
2712
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   239
#	Brand modules
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   240
#
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   241
SN1_BRAND_OBJS	=	sn1_brand.o sn1_brand_asm.o
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   242
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   243
LX_BRAND_OBJS  =		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   244
	lx_brand.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   245
	lx_brand_asm.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   246
	lx_brk.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   247
	lx_clone.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   248
	lx_futex.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   249
	lx_getpid.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   250
	lx_id.o			\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   251
	lx_kill.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   252
	lx_misc.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   253
	lx_modify_ldt.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   254
	lx_pid.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   255
	lx_sched.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   256
	lx_signum.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   257
	lx_syscall.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   258
	lx_sysinfo.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   259
	lx_thread_area.o
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   260
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   261
#
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   262
#	special files
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   263
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   264
MODSTUB_OBJ +=	 	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   265
	modstubs.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   266
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   267
BOOTDEV_OBJS +=		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   268
	bootdev.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   269
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   270
INC_PATH	+= -I$(UTSBASE)/intel