xref: /illumos-gate/usr/src/uts/intel/Makefile.files (revision 3ccda647)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
57c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
67c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
77c478bd9Sstevel@tonic-gate# with the License.
87c478bd9Sstevel@tonic-gate#
97c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
107c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
117c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
127c478bd9Sstevel@tonic-gate# and limitations under the License.
137c478bd9Sstevel@tonic-gate#
147c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
157c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
167c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
177c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
187c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
197c478bd9Sstevel@tonic-gate#
207c478bd9Sstevel@tonic-gate# CDDL HEADER END
217c478bd9Sstevel@tonic-gate#
227c478bd9Sstevel@tonic-gate#
237c478bd9Sstevel@tonic-gate# uts/intel/Makefile.files
247c478bd9Sstevel@tonic-gate#
257c478bd9Sstevel@tonic-gate# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
267c478bd9Sstevel@tonic-gate# Use is subject to license terms.
277c478bd9Sstevel@tonic-gate#
287c478bd9Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
297c478bd9Sstevel@tonic-gate#
307c478bd9Sstevel@tonic-gate#	This Makefile defines all file modules and build rules for the
317c478bd9Sstevel@tonic-gate# directory uts/intel and it's children. These are the source files which
327c478bd9Sstevel@tonic-gate# are specific to x86 processor architectures.
337c478bd9Sstevel@tonic-gate#
347c478bd9Sstevel@tonic-gate
357c478bd9Sstevel@tonic-gate#
367c478bd9Sstevel@tonic-gate#	Core (unix) objects
377c478bd9Sstevel@tonic-gate#
387c478bd9Sstevel@tonic-gateCORE_OBJS +=		\
397c478bd9Sstevel@tonic-gate	copy.o		\
407c478bd9Sstevel@tonic-gate	copy_subr.o	\
417c478bd9Sstevel@tonic-gate	cpc_subr.o	\
427c478bd9Sstevel@tonic-gate	ddi_arch.o	\
437c478bd9Sstevel@tonic-gate	ddi_i86.o	\
447c478bd9Sstevel@tonic-gate	ddi_i86_asm.o	\
457c478bd9Sstevel@tonic-gate	desctbls.o	\
467c478bd9Sstevel@tonic-gate	desctbls_asm.o	\
477c478bd9Sstevel@tonic-gate	exception.o	\
487c478bd9Sstevel@tonic-gate	float.o		\
497c478bd9Sstevel@tonic-gate	fpu.o		\
507c478bd9Sstevel@tonic-gate	i86_subr.o	\
517c478bd9Sstevel@tonic-gate	lwp_private.o	\
527c478bd9Sstevel@tonic-gate	lock_prim.o	\
537c478bd9Sstevel@tonic-gate	ovbcopy.o	\
547c478bd9Sstevel@tonic-gate	polled_io.o	\
557c478bd9Sstevel@tonic-gate	sseblk.o	\
567c478bd9Sstevel@tonic-gate	sundep.o	\
577c478bd9Sstevel@tonic-gate	swtch.o		\
587c478bd9Sstevel@tonic-gate	sysi86.o
597c478bd9Sstevel@tonic-gate
6089518a1cSdmick#
6189518a1cSdmick# 64-bit multiply/divide compiler helper routines
6289518a1cSdmick# used only for ia32
6389518a1cSdmick#
6489518a1cSdmick
6589518a1cSdmickSPECIAL_OBJS_32 +=	\
6689518a1cSdmick	muldiv.o
6789518a1cSdmick
687c478bd9Sstevel@tonic-gate#
697c478bd9Sstevel@tonic-gate#	Generic-unix Module
707c478bd9Sstevel@tonic-gate#
717c478bd9Sstevel@tonic-gateGENUNIX_OBJS +=		\
727c478bd9Sstevel@tonic-gate	archdep.o	\
737c478bd9Sstevel@tonic-gate	arch_kdi.o	\
747c478bd9Sstevel@tonic-gate	getcontext.o	\
757c478bd9Sstevel@tonic-gate	install_utrap.o	\
767c478bd9Sstevel@tonic-gate	prom_enter.o	\
777c478bd9Sstevel@tonic-gate	prom_exit.o	\
787c478bd9Sstevel@tonic-gate	prom_panic.o	\
797c478bd9Sstevel@tonic-gate	sendsig.o	\
807c478bd9Sstevel@tonic-gate	syscall.o
817c478bd9Sstevel@tonic-gate
827c478bd9Sstevel@tonic-gate
837c478bd9Sstevel@tonic-gate#
847c478bd9Sstevel@tonic-gate#	PROM Routines
857c478bd9Sstevel@tonic-gate#
867c478bd9Sstevel@tonic-gateGENUNIX_OBJS +=		\
877c478bd9Sstevel@tonic-gate	prom_env.o	\
887c478bd9Sstevel@tonic-gate	prom_emul.o	\
897c478bd9Sstevel@tonic-gate	prom_getchar.o	\
907c478bd9Sstevel@tonic-gate	prom_init.o	\
917c478bd9Sstevel@tonic-gate	prom_node.o	\
927c478bd9Sstevel@tonic-gate	prom_printf.o	\
937c478bd9Sstevel@tonic-gate	prom_prop.o	\
947c478bd9Sstevel@tonic-gate	prom_putchar.o	\
957c478bd9Sstevel@tonic-gate	prom_reboot.o	\
967c478bd9Sstevel@tonic-gate	prom_version.o
977c478bd9Sstevel@tonic-gate
987c478bd9Sstevel@tonic-gate#
997c478bd9Sstevel@tonic-gate#	file system modules
1007c478bd9Sstevel@tonic-gate#
1017c478bd9Sstevel@tonic-gateCORE_OBJS +=		\
1027c478bd9Sstevel@tonic-gate	prmachdep.o
1037c478bd9Sstevel@tonic-gate
1047c478bd9Sstevel@tonic-gateXMEMFS_OBJS +=		\
1057c478bd9Sstevel@tonic-gate	seg_xmem.o	\
1067c478bd9Sstevel@tonic-gate	xmem_dir.o	\
1077c478bd9Sstevel@tonic-gate	xmem_subr.o	\
1087c478bd9Sstevel@tonic-gate	xmem_vfsops.o	\
1097c478bd9Sstevel@tonic-gate	xmem_vnops.o
1107c478bd9Sstevel@tonic-gate
1117c478bd9Sstevel@tonic-gate#
1127c478bd9Sstevel@tonic-gate#	Driver modules
1137c478bd9Sstevel@tonic-gate#
1147c478bd9Sstevel@tonic-gateSD_OBJS += sd.o sd_xbuf.o
1157c478bd9Sstevel@tonic-gate
116*3ccda647SlcleeCMLB_OBJS += cmlb.o
117*3ccda647Slclee
1187c478bd9Sstevel@tonic-gateVGATEXT_OBJS += vgatext.o vgasubr.o
1197c478bd9Sstevel@tonic-gate
1207c478bd9Sstevel@tonic-gate#
1217c478bd9Sstevel@tonic-gate#	misc. modules
1227c478bd9Sstevel@tonic-gate#
1237c478bd9Sstevel@tonic-gateKRTLD_BOOT_OBJS +=	\
1247c478bd9Sstevel@tonic-gate	kobj_boot.o
1257c478bd9Sstevel@tonic-gate
1267c478bd9Sstevel@tonic-gateKRTLD_OBJS +=		\
1277c478bd9Sstevel@tonic-gate	bootrd.o	\
1287c478bd9Sstevel@tonic-gate	ufsops.o	\
1297c478bd9Sstevel@tonic-gate	hsfs.o		\
1307c478bd9Sstevel@tonic-gate	doreloc.o	\
1317c478bd9Sstevel@tonic-gate	kobj_convrelstr.o \
1327c478bd9Sstevel@tonic-gate	kobj_crt.o	\
1337c478bd9Sstevel@tonic-gate	kobj_isa.o	\
1347c478bd9Sstevel@tonic-gate	kobj_reloc.o
1357c478bd9Sstevel@tonic-gate
1367c478bd9Sstevel@tonic-gate#
1377c478bd9Sstevel@tonic-gate#	misc. modules
1387c478bd9Sstevel@tonic-gate#
1397c478bd9Sstevel@tonic-gateACPI_INTP_OBJS += acpi_inf.o acpi_mod.o  acpi_ml.o \
1407c478bd9Sstevel@tonic-gate	acpi_decl.o acpi_exe.o acpi_gram.o acpi_io.o acpi_lex.o \
1417c478bd9Sstevel@tonic-gate	acpi_name.o acpi_ns.o acpi_op1.o acpi_op2.o acpi_rule.o \
1427c478bd9Sstevel@tonic-gate	acpi_tab.o acpi_thr.o acpi_val.o \
1437c478bd9Sstevel@tonic-gate	acpi_exc.o acpi_bst.o acpi_node.o acpi_stk.o acpi_par.o
1447c478bd9Sstevel@tonic-gate
1457c478bd9Sstevel@tonic-gateFBT_OBJS += fbt.o
1467c478bd9Sstevel@tonic-gateSDT_OBJS += sdt.o
1477c478bd9Sstevel@tonic-gate
1487c478bd9Sstevel@tonic-gate#
1497c478bd9Sstevel@tonic-gate#	adpu320 module
1507c478bd9Sstevel@tonic-gate#
1517c478bd9Sstevel@tonic-gateADPU320_OBJS  = adpu320.o hwminit.o hwmhrst.o hwmtask.o \
1527c478bd9Sstevel@tonic-gate                hwmutil.o hwmptcl.o hwmintr.o hwmdlvr.o \
1537c478bd9Sstevel@tonic-gate                hwmse2.o hwmdiag.o rsminit.o rsmtask.o \
1547c478bd9Sstevel@tonic-gate                rsmutil.o xlminit.o xlmtask.o xlmutil.o
1557c478bd9Sstevel@tonic-gate
1567c478bd9Sstevel@tonic-gate#
1577c478bd9Sstevel@tonic-gate#	Pentium Performance Counter BackEnd module
1587c478bd9Sstevel@tonic-gate#
1597c478bd9Sstevel@tonic-gateP123_PCBE_OBJS = p123_pcbe.o
1607c478bd9Sstevel@tonic-gate
1617c478bd9Sstevel@tonic-gate#
1627c478bd9Sstevel@tonic-gate#	Pentium 4 Performance Counter BackEnd module
1637c478bd9Sstevel@tonic-gate#
1647c478bd9Sstevel@tonic-gateP4_PCBE_OBJS = p4_pcbe.o
1657c478bd9Sstevel@tonic-gate
1667c478bd9Sstevel@tonic-gate#
1677c478bd9Sstevel@tonic-gate#	AMD Opteron/Athlon64 Performance Counter BackEnd module
1687c478bd9Sstevel@tonic-gate#
1697c478bd9Sstevel@tonic-gateOPTERON_PCBE_OBJS = opteron_pcbe.o
1707c478bd9Sstevel@tonic-gate
1717c478bd9Sstevel@tonic-gate#
1727c478bd9Sstevel@tonic-gate#	AAC module
1737c478bd9Sstevel@tonic-gate#
1747c478bd9Sstevel@tonic-gateAAC_OBJS = aac.o
1757c478bd9Sstevel@tonic-gate
1767c478bd9Sstevel@tonic-gate#
1777c478bd9Sstevel@tonic-gate#	AMR module
1787c478bd9Sstevel@tonic-gate#
1797c478bd9Sstevel@tonic-gateAMR_OBJS = amr.o
1807c478bd9Sstevel@tonic-gate
181a1db70caSwz#
182a1db70caSwz#	LSIMEGA module
183a1db70caSwz#
184a1db70caSwzLSIMEGA_OBJS = lsimega.o
185a1db70caSwz
1867c478bd9Sstevel@tonic-gate#
1877c478bd9Sstevel@tonic-gate#	special files
1887c478bd9Sstevel@tonic-gate#
1897c478bd9Sstevel@tonic-gateMODSTUB_OBJ +=	 	\
1907c478bd9Sstevel@tonic-gate	modstubs.o
1917c478bd9Sstevel@tonic-gate
1927c478bd9Sstevel@tonic-gateBOOTDEV_OBJS +=		\
1937c478bd9Sstevel@tonic-gate	bootdev.o
1947c478bd9Sstevel@tonic-gate
1957c478bd9Sstevel@tonic-gateINC_PATH	+= -I$(UTSBASE)/intel
196