xref: /titanic_51/usr/src/uts/sun/Makefile.files (revision 06e46062ef4f5f4b687cbafb4518fb123fe23920)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License").  You may not use this file except in compliance
7# with the License.
8#
9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10# or http://www.opensolaris.org/os/licensing.
11# See the License for the specific language governing permissions
12# and limitations under the License.
13#
14# When distributing Covered Code, include this CDDL HEADER in each
15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26#pragma ident	"%Z%%M%	%I%	%E% SMI"
27#
28# uts/sun/Makefile.files
29#
30#	This Makefile defines all file modules and build rules for the
31# directory uts/sun and it's children. These are the source files which
32# are common to all sun implementations.
33#
34
35#
36#	object lists
37#
38#	XXX -	vuid_* ?, files indicates these should be in the win and
39#		kbd modules.... What gives?
40#
41#
42#	generic-unix module
43#
44GENUNIX_OBJS +=								\
45	mem_kern.o
46
47#
48#			Driver Modules
49#
50AUDIOCS_OBJS +=	audio_4231.o audio_4231_apcdma.o audio_4231_eb2dma.o
51AUDIO1575_OBJS += audio1575.o
52
53BPP_OBJS +=	bpp.o
54
55CGSIX_OBJS +=	cgsix.o
56
57DBRI_OBJS +=	dbri.o		dbri_conf.o	dbri_connect.o \
58		dbri_driver.o	dbri_isdn.o	dbri_isr.o \
59		dbri_mmcodec.o	dbri_pipe.o	dbri_subr.o
60
61DMA_OBJS +=	dmaga.o
62
63ESP_OBJS +=	esp.o
64
65FAS_OBJS +=	fas.o fas_callbacks.o
66
67FD_OBJS += fd.o
68
69IFP_OBJS +=	ifp.o ifp_fw.o
70
71ISP_OBJS +=	isp.o isp_sbus_fw.o isp_1040_fw.o isp_cmds.o
72
73MS_OBJS +=	ms.o
74
75SF_OBJS +=	sf.o
76
77HME_OBJS +=	hme.o
78
79ERI_OBJS +=	eri.o
80
81SBUSMEM_OBJS +=	sbusmem.o
82
83SD_OBJS +=	sd.o sd_xbuf.o
84
85CMLB_OBJS +=	cmlb.o
86
87DAD_OBJS +=	dad.o
88
89DADA_OBJS +=	dcd_hba.o       dcd_transport.o \
90		dcd_control.o   dcd_resource.o  dcd_confsubr.o dcd_subr.o \
91		dcd_confdata.o
92
93ATA_OBJS +=	ata_common.o atapi.o ata_disk.o ghd.o ghd_dma.o ghd_scsi.o \
94		ghd_debug.o ghd_scsa.o ghd_gcmd.o ghd_queue.o ghd_timer.o \
95		ghd_waitq.o cmd.o acersb.o sil.o
96
97SSD_OBJS +=	sd.o sd_xbuf.o
98
99SOCAL_OBJS +=	socal.o	socal_ucode.o
100
101STP4020_OBJS +=	stp4020.o
102
103WSDRV_OBJS += 	wsdrv.o
104
105ZS_OBJS +=	zs_async.o	zs_common.o
106
107ZSH_OBJS +=	zs_hdlc.o
108
109#
110#			streams modules
111#
112
113TTYMUX_OBJS +=	ttymux.o ttymux_ioctl.o
114
115#
116#	Section 3:	Misc.
117#
118LINT_DEFS	+= -Dsun
119
120INC_PATH	+= -I$(UTSBASE)/sun
121