usr/src/uts/intel/Makefile.files
author gw25295
Fri, 11 Apr 2008 18:36:28 -0700
changeset 6423 437422a29d3a
parent 6393 0b9cb6400a73
child 6472 ee0de6ffe919
permissions -rw-r--r--
PSARC 2006/370 ZFS Boot Support 5008936 ZFS and/or zvol should support dumps 5070124 dumpadm -d /dev/... does not enforce block device requirement for savecore 6521468 ZFS Boot support Phase 2 6553503 bfu can't find 'rootdev' from /etc/vfstab on a zfs root filesystem 6574993 zfs_mountroot() may need to call clkset() to set the boot_time kstat 6633197 zvol should not permit newfs or createpool while it's in use by swap or dump 6661127 zfs_name_valid() does not support ZFS_TYPE_POOL 6684121 The changes to smf scripts for supporting canmount=noauto will cause a boot failure.
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
#
5804
7af97c792162 6641254 upgrading drm module for i915 3D driver
cg149915
parents: 5678
diff changeset
    23
# Copyright 2008 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
#
6423
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6393
diff changeset
   111
#	ZFS file system module
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6393
diff changeset
   112
#
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6393
diff changeset
   113
ZFS_OBJS +=		\
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6393
diff changeset
   114
	spa_boot.o
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6393
diff changeset
   115
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6393
diff changeset
   116
#
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   117
#	Decompression code
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   118
#
3886
3291401d66a6 6536602 add zlib compression support and upgrade to version 1.2.3
ahl
parents: 3470
diff changeset
   119
CORE_OBJS += decompress.o
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   120
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   121
#
4581
b6104e41b06c PSARC/2007/349 Intel Microcode Update Support
sherrym
parents: 4135
diff changeset
   122
#	Microcode utilities
b6104e41b06c PSARC/2007/349 Intel Microcode Update Support
sherrym
parents: 4135
diff changeset
   123
#
b6104e41b06c PSARC/2007/349 Intel Microcode Update Support
sherrym
parents: 4135
diff changeset
   124
CORE_OBJS += ucode_utils.o
b6104e41b06c PSARC/2007/349 Intel Microcode Update Support
sherrym
parents: 4135
diff changeset
   125
b6104e41b06c PSARC/2007/349 Intel Microcode Update Support
sherrym
parents: 4135
diff changeset
   126
#
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   127
#	Driver modules
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   128
#
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   129
AGPGART_OBJS +=	agpgart.o agp_kstat.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   130
AGPTARGET_OBJS += agptarget.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   131
AMD64GART_OBJS += amd64_gart.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   132
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
   133
	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
   134
	sil3xxx.o
4135
69588295f961 6393470 move driver bscbus to usr/src
gd78059
parents: 3886
diff changeset
   135
BSCBUS_OBJS += bscbus.o
69588295f961 6393470 move driver bscbus to usr/src
gd78059
parents: 3886
diff changeset
   136
BSCV_OBJS += bscv.o
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   137
CMDK_OBJS += cmdk.o
1709
39a1331cb1e3 6392614 x86: ata driver should be open sourced
mlf
parents: 1167
diff changeset
   138
CMLB_OBJS += cmlb.o
5084
7d838c5c0eed PSARC 2006/260 Solaris on Xen
johnlev
parents: 4581
diff changeset
   139
CPUNEX_OBJS += cpunex.o
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   140
DADK_OBJS += dadk.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   141
DNET_OBJS += dnet.o mii.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   142
FD_OBJS += fd.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   143
GDA_OBJS += gda.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   144
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
   145
	ghd_scsi.o ghd_timer.o ghd_waitq.o ghd_gcmd.o
5804
7af97c792162 6641254 upgrading drm module for i915 3D driver
cg149915
parents: 5678
diff changeset
   146
I915_OBJS += i915_dma.o i915_drv.o i915_irq.o i915_mem.o
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   147
LOGI_OBJS += logi.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   148
MSMOUSE_OBJS += msm.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   149
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
   150
PCICFG_OBJS += pcicfg.o
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   151
PCI_E_PCINEXUS_OBJS += pcie_pci.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   152
PCI_PCINEXUS_OBJS += pci_pci.o
5124
884d0079d61f 6603261 panic: mutex_enter: bad mutex, at pciehpc_attn_btn_handler()
prasad
parents: 5084
diff changeset
   153
PCIEHPCNEXUS_OBJS += pciehpc_x86.o pciehpc_acpi.o
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   154
PCN_OBJS += mii.o
5129
5dc46a0fd425 PSARC 2007/019 KIOCMKTONE (keyboard make tone) ioctl
marx
parents: 5124
diff changeset
   155
PIT_BEEP_OBJS += pit_beep.o
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   156
POWER_OBJS += power.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   157
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
   158
			pci_memlist.o pci_resource.o
6393
0b9cb6400a73 PSARC 2007/685 3-Dimensional driver for ATI Redeon graphics cards
cg149915
parents: 5804
diff changeset
   159
RADEON_OBJS += r300_cmdbuf.o radeon_cp.o radeon_drv.o \
0b9cb6400a73 PSARC 2007/685 3-Dimensional driver for ATI Redeon graphics cards
cg149915
parents: 5804
diff changeset
   160
			radeon_state.o radeon_irq.o radeon_mem.o
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   161
SD_OBJS += sd.o sd_xbuf.o
1709
39a1331cb1e3 6392614 x86: ata driver should be open sourced
mlf
parents: 1167
diff changeset
   162
STRATEGY_OBJS += strategy.o
4581
b6104e41b06c PSARC/2007/349 Intel Microcode Update Support
sherrym
parents: 4135
diff changeset
   163
UCODE_OBJS += ucode_drv.o
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   164
VGATEXT_OBJS += vgatext.o vgasubr.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   165
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   166
#
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   167
#	Kernel linker
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   168
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   169
KRTLD_OBJS +=		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   170
	bootrd.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   171
	ufsops.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   172
	hsfs.o		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   173
	doreloc.o	\
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   174
	kobj_boot.o	\
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   175
	kobj_convrelstr.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   176
	kobj_crt.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   177
	kobj_isa.o	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   178
	kobj_reloc.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   179
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   180
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   181
#	misc. modules
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   182
#
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   183
ACPICA_OBJS	+= dbcmds.o dbdisply.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   184
		   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
   185
		   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
   186
		   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
   187
		   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
   188
		   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
   189
		   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
   190
		   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
   191
		   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
   192
		   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
   193
		   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
   194
		   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
   195
		   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
   196
		   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
   197
		   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
   198
		   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
   199
		   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
   200
		   rsaddr.o rscalc.o rscreate.o rsdump.o \
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   201
		   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
   202
		   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
   203
		   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
   204
		   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
   205
		   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
   206
		   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
   207
		   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
   208
		   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
   209
		   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
   210
		   dmwalk.o psloop.o uttrack.o
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   211
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   212
ACPI_INTP_OBJS += acpi_inf.o acpi_mod.o  acpi_ml.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   213
	acpi_decl.o acpi_exe.o acpi_gram.o acpi_io.o acpi_lex.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   214
	acpi_name.o acpi_ns.o acpi_op1.o acpi_op2.o acpi_rule.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   215
	acpi_tab.o acpi_thr.o acpi_val.o \
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   216
	acpi_exc.o acpi_bst.o acpi_node.o acpi_stk.o acpi_par.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   217
3446
5903aece022d PSARC 2006/469 EOF and removal of eeprom -I
mrj
parents: 3445
diff changeset
   218
AGP_OBJS += agpmaster.o
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   219
FBT_OBJS += fbt.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   220
SDT_OBJS += sdt.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   221
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   222
#
5256
32be10fb084d PSARC 2006/711 AMD8111 NIC Driver
lh155975
parents: 5129
diff changeset
   223
#	AMD8111 NIC driver module
32be10fb084d PSARC 2006/711 AMD8111 NIC Driver
lh155975
parents: 5129
diff changeset
   224
#
32be10fb084d PSARC 2006/711 AMD8111 NIC Driver
lh155975
parents: 5129
diff changeset
   225
AMD8111S_OBJS += amd8111s_main.o amd8111s_hw.o
32be10fb084d PSARC 2006/711 AMD8111 NIC Driver
lh155975
parents: 5129
diff changeset
   226
32be10fb084d PSARC 2006/711 AMD8111 NIC Driver
lh155975
parents: 5129
diff changeset
   227
#
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   228
#	Pentium Performance Counter BackEnd module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   229
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   230
P123_PCBE_OBJS = p123_pcbe.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   231
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   232
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   233
#	Pentium 4 Performance Counter BackEnd module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   234
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   235
P4_PCBE_OBJS = p4_pcbe.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   236
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   237
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   238
#	AMD Opteron/Athlon64 Performance Counter BackEnd module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   239
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   240
OPTERON_PCBE_OBJS = opteron_pcbe.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   241
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   242
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   243
#	AMR module
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   244
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   245
AMR_OBJS = amr.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   246
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   247
#
2712
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   248
#	Brand modules
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   249
#
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   250
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
   251
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   252
LX_BRAND_OBJS  =		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   253
	lx_brand.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   254
	lx_brand_asm.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   255
	lx_brk.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   256
	lx_clone.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   257
	lx_futex.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   258
	lx_getpid.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   259
	lx_id.o			\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   260
	lx_kill.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   261
	lx_misc.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   262
	lx_modify_ldt.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   263
	lx_pid.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   264
	lx_sched.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   265
	lx_signum.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   266
	lx_syscall.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   267
	lx_sysinfo.o		\
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   268
	lx_thread_area.o
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   269
f74a135872bc PSARC/2005/471 BrandZ: Support for non-native zones
nn35248
parents: 2671
diff changeset
   270
#
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   271
#	special files
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   272
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   273
MODSTUB_OBJ +=	 	\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   274
	modstubs.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   275
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   276
BOOTDEV_OBJS +=		\
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   277
	bootdev.o
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   278
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
   279
INC_PATH	+= -I$(UTSBASE)/intel
5295
a21f2449e5f9 PSARC/2005/469 X86 Energy Star compliance
randyf
parents: 5256
diff changeset
   280
a21f2449e5f9 PSARC/2005/469 X86 Energy Star compliance
randyf
parents: 5256
diff changeset
   281
a21f2449e5f9 PSARC/2005/469 X86 Energy Star compliance
randyf
parents: 5256
diff changeset
   282
CPR_INTEL_OBJS +=	cpr_intel.o