usr/src/uts/intel/Makefile.files
author ahl
Thu, 22 Mar 2007 17:30:12 -0700
changeset 3886 3291401d66a6
parent 3470 eb207a025dcc
child 4135 69588295f961
permissions -rw-r--r--
6536602 add zlib compression support and upgrade to version 1.2.3 6536606 gzip compression for ZFS 6536608 restore zmod mapfile 6536631 decompress.c should use the new gzip support in zlib
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
	lwp_private.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    51
	lock_prim.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    52
	ovbcopy.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    53
	polled_io.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    54
	sseblk.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    55
	sundep.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    56
	swtch.o		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    57
	sysi86.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    58
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    59
#
436
c9ab97f06761 6241314 ctfconvert should understand SPARC real types in DWARF
dmick
parents: 391
diff changeset
    60
# 64-bit multiply/divide compiler helper routines
c9ab97f06761 6241314 ctfconvert should understand SPARC real types in DWARF
dmick
parents: 391
diff changeset
    61
# used only for ia32
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
c9ab97f06761 6241314 ctfconvert should understand SPARC real types in DWARF
dmick
parents: 391
diff changeset
    64
SPECIAL_OBJS_32 +=	\
c9ab97f06761 6241314 ctfconvert should understand SPARC real types in DWARF
dmick
parents: 391
diff changeset
    65
	muldiv.o
c9ab97f06761 6241314 ctfconvert should understand SPARC real types in DWARF
dmick
parents: 391
diff changeset
    66
c9ab97f06761 6241314 ctfconvert should understand SPARC real types in DWARF
dmick
parents: 391
diff changeset
    67
#
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    68
#	Generic-unix Module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    69
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    70
GENUNIX_OBJS +=		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    71
	archdep.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    72
	getcontext.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    73
	install_utrap.o	\
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
#
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   116
#	Driver modules
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   117
#
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   118
AGPGART_OBJS +=	agpgart.o agp_kstat.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   119
AGPTARGET_OBJS += agptarget.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   120
AMD64GART_OBJS += amd64_gart.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   121
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
   122
	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
   123
	sil3xxx.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   124
CMDK_OBJS += cmdk.o
1709
39a1331cb1e3 6392614 x86: ata driver should be open sourced
mlf
parents: 1167
diff changeset
   125
CMLB_OBJS += cmlb.o
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   126
DADK_OBJS += dadk.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   127
DNET_OBJS += dnet.o mii.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   128
FD_OBJS += fd.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   129
GDA_OBJS += gda.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   130
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
   131
	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
   132
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
   133
LOGI_OBJS += logi.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   134
MSMOUSE_OBJS += msm.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   135
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
   136
PCICFG_OBJS += pcicfg.o
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   137
PCI_E_PCINEXUS_OBJS += pcie_pci.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   138
PCI_PCINEXUS_OBJS += pci_pci.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   139
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
   140
PCN_OBJS += mii.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   141
POWER_OBJS += power.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   142
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
   143
			pci_memlist.o pci_resource.o
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   144
SD_OBJS += sd.o sd_xbuf.o
1709
39a1331cb1e3 6392614 x86: ata driver should be open sourced
mlf
parents: 1167
diff changeset
   145
STRATEGY_OBJS += strategy.o
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   146
VGATEXT_OBJS += vgatext.o vgasubr.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   147
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   148
#
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   149
#	Kernel linker
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   150
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   151
KRTLD_OBJS +=		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   152
	bootrd.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   153
	ufsops.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   154
	hsfs.o		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   155
	doreloc.o	\
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   156
	kobj_boot.o	\
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   157
	kobj_convrelstr.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   158
	kobj_crt.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   159
	kobj_isa.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   160
	kobj_reloc.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   161
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   162
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   163
#	misc. modules
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   164
#
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   165
ACPICA_OBJS	+= dbcmds.o dbdisply.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   166
		   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
   167
		   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
   168
		   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
   169
		   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
   170
		   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
   171
		   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
   172
		   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
   173
		   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
   174
		   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
   175
		   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
   176
		   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
   177
		   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
   178
		   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
   179
		   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
   180
		   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
   181
		   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
   182
		   rsaddr.o rscalc.o rscreate.o rsdump.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   183
		   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
   184
		   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
   185
		   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
   186
		   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
   187
		   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
   188
		   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
   189
		   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
   190
		   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
   191
		   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
   192
		   dmwalk.o psloop.o uttrack.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   193
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   194
ACPI_INTP_OBJS += acpi_inf.o acpi_mod.o  acpi_ml.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   195
	acpi_decl.o acpi_exe.o acpi_gram.o acpi_io.o acpi_lex.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   196
	acpi_name.o acpi_ns.o acpi_op1.o acpi_op2.o acpi_rule.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   197
	acpi_tab.o acpi_thr.o acpi_val.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   198
	acpi_exc.o acpi_bst.o acpi_node.o acpi_stk.o acpi_par.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   199
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   200
AGP_OBJS += agpmaster.o
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   201
FBT_OBJS += fbt.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   202
SDT_OBJS += sdt.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   203
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   204
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   205
#	Pentium Performance Counter BackEnd module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   206
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   207
P123_PCBE_OBJS = p123_pcbe.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   208
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   209
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   210
#	Pentium 4 Performance Counter BackEnd module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   211
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   212
P4_PCBE_OBJS = p4_pcbe.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   213
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   214
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   215
#	AMD Opteron/Athlon64 Performance Counter BackEnd module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   216
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   217
OPTERON_PCBE_OBJS = opteron_pcbe.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   218
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   219
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   220
#	AAC module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   221
#
2671
52364beba799 PSARC 2006/204 RaidCfg Project
pl196000
parents: 1709
diff changeset
   222
AAC_OBJS = aac.o aac_ioctl.o
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   223
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   224
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   225
#	AMR module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   226
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   227
AMR_OBJS = amr.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   228
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   229
#
2712
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   230
#	Brand modules
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   231
#
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   232
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
   233
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   234
LX_BRAND_OBJS  =		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   235
	lx_brand.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   236
	lx_brand_asm.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   237
	lx_brk.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   238
	lx_clone.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   239
	lx_futex.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   240
	lx_getpid.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   241
	lx_id.o			\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   242
	lx_kill.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   243
	lx_misc.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   244
	lx_modify_ldt.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   245
	lx_pid.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   246
	lx_sched.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   247
	lx_signum.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   248
	lx_syscall.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   249
	lx_sysinfo.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   250
	lx_thread_area.o
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   251
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   252
#
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   253
#	special files
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   254
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   255
MODSTUB_OBJ +=	 	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   256
	modstubs.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   257
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   258
BOOTDEV_OBJS +=		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   259
	bootdev.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   260
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   261
INC_PATH	+= -I$(UTSBASE)/intel