Makefile.files revision 9484:fbd5ddc28e96
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 (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26# uts/sun/Makefile.files
27#
28# This Makefile defines file modules and build rules for the directory
29# uts/sun and its children. These are the source files which are
30# common to all sun implementations.
31#
32
33#
34#	object lists
35#
36#	XXX -	vuid_* ?, files indicates these should be in the win and
37#		kbd modules.... What gives?
38#
39#
40#	generic-unix module
41#
42GENUNIX_OBJS +=								\
43	mem_kern.o
44
45#
46#			Driver Modules
47#
48AUDIOCS_OBJS +=	audio_4231.o audio_4231_apcdma.o audio_4231_eb2dma.o
49
50BPP_OBJS +=	bpp.o
51
52CGSIX_OBJS +=	cgsix.o
53
54DAD_OBJS +=	dad.o
55
56DMA_OBJS +=	dmaga.o
57
58ESP_OBJS +=	esp.o
59
60FAS_OBJS +=	fas.o fas_callbacks.o
61
62FD_OBJS += fd.o
63
64MS_OBJS +=	ms.o
65
66HME_OBJS +=	hme.o
67
68ERI_OBJS +=	eri.o
69
70QFE_OBJS +=	qfe.o
71
72SBUSMEM_OBJS +=	sbusmem.o
73
74SD_OBJS +=	sd.o sd_xbuf.o
75
76SF_OBJS +=	sf.o
77
78SOCAL_OBJS +=	socal.o socal_ucode.o
79
80CMLB_OBJS +=	cmlb.o
81
82DADA_OBJS +=	dcd_hba.o       dcd_transport.o \
83		dcd_control.o   dcd_resource.o  dcd_confsubr.o dcd_subr.o \
84		dcd_confdata.o
85
86SSD_OBJS +=	sd.o sd_xbuf.o
87
88STP4020_OBJS +=	stp4020.o
89
90WSDRV_OBJS += 	wsdrv.o
91
92ZS_OBJS +=	zs_async.o	zs_common.o
93
94ZSH_OBJS +=	zs_hdlc.o
95
96#
97#			streams modules
98#
99
100TTYMUX_OBJS +=	ttymux.o ttymux_ioctl.o
101
102#
103#	Section 3:	Misc.
104#
105LINT_DEFS	+= -Dsun
106
107INC_PATH	+= -I$(UTSBASE)/sun
108