xref: /titanic_41/usr/src/uts/sun/Makefile.files (revision 6357b7bb1039bed3ca23c5942e250f1bf1df550f)
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
54ab75253Smrj# Common Development and Distribution License (the "License").
64ab75253Smrj# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
214ab75253Smrj
227c478bd9Sstevel@tonic-gate#
23*bba9e99cSGarrett D'Amore# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
247c478bd9Sstevel@tonic-gate# Use is subject to license terms.
257c478bd9Sstevel@tonic-gate#
267c478bd9Sstevel@tonic-gate# uts/sun/Makefile.files
277c478bd9Sstevel@tonic-gate#
28fb9f9b97Skupfer# This Makefile defines file modules and build rules for the directory
29fb9f9b97Skupfer# uts/sun and its children. These are the source files which are
30fb9f9b97Skupfer# common to all sun implementations.
317c478bd9Sstevel@tonic-gate#
327c478bd9Sstevel@tonic-gate
337c478bd9Sstevel@tonic-gate#
347c478bd9Sstevel@tonic-gate#	object lists
357c478bd9Sstevel@tonic-gate#
367c478bd9Sstevel@tonic-gate
377c478bd9Sstevel@tonic-gate#
387c478bd9Sstevel@tonic-gate#			Driver Modules
397c478bd9Sstevel@tonic-gate#
407c478bd9Sstevel@tonic-gateAUDIOCS_OBJS +=	audio_4231.o audio_4231_apcdma.o audio_4231_eb2dma.o
417c478bd9Sstevel@tonic-gate
42a4aa671eSarutzDAD_OBJS +=	dad.o
43a4aa671eSarutz
447c478bd9Sstevel@tonic-gateFAS_OBJS +=	fas.o fas_callbacks.o
457c478bd9Sstevel@tonic-gate
467c478bd9Sstevel@tonic-gateFD_OBJS += fd.o
477c478bd9Sstevel@tonic-gate
487c478bd9Sstevel@tonic-gateMS_OBJS +=	ms.o
497c478bd9Sstevel@tonic-gate
507c478bd9Sstevel@tonic-gateERI_OBJS +=	eri.o
517c478bd9Sstevel@tonic-gate
52f2cd0f02Sgd78059QFE_OBJS +=	qfe.o
53f2cd0f02Sgd78059
547c478bd9Sstevel@tonic-gateSBUSMEM_OBJS +=	sbusmem.o
557c478bd9Sstevel@tonic-gate
567c478bd9Sstevel@tonic-gateSD_OBJS +=	sd.o sd_xbuf.o
577c478bd9Sstevel@tonic-gate
583d19cdaeSstevelSF_OBJS +=	sf.o
593d19cdaeSstevel
603db86aabSstevelSOCAL_OBJS +=	socal.o socal_ucode.o
613db86aabSstevel
623ccda647SlcleeCMLB_OBJS +=	cmlb.o
633ccda647Slclee
647c478bd9Sstevel@tonic-gateDADA_OBJS +=	dcd_hba.o       dcd_transport.o \
657c478bd9Sstevel@tonic-gate		dcd_control.o   dcd_resource.o  dcd_confsubr.o dcd_subr.o \
667c478bd9Sstevel@tonic-gate		dcd_confdata.o
677c478bd9Sstevel@tonic-gate
687c478bd9Sstevel@tonic-gateSSD_OBJS +=	sd.o sd_xbuf.o
697c478bd9Sstevel@tonic-gate
707c478bd9Sstevel@tonic-gateWSDRV_OBJS += 	wsdrv.o
717c478bd9Sstevel@tonic-gate
727c478bd9Sstevel@tonic-gateZS_OBJS +=	zs_async.o	zs_common.o
737c478bd9Sstevel@tonic-gate
747c478bd9Sstevel@tonic-gateZSH_OBJS +=	zs_hdlc.o
757c478bd9Sstevel@tonic-gate
767c478bd9Sstevel@tonic-gate#
777c478bd9Sstevel@tonic-gate#			streams modules
787c478bd9Sstevel@tonic-gate#
797c478bd9Sstevel@tonic-gate
807c478bd9Sstevel@tonic-gateTTYMUX_OBJS +=	ttymux.o ttymux_ioctl.o
817c478bd9Sstevel@tonic-gate
827c478bd9Sstevel@tonic-gate#
837c478bd9Sstevel@tonic-gate#	Section 3:	Misc.
847c478bd9Sstevel@tonic-gate#
857c478bd9Sstevel@tonic-gateLINT_DEFS	+= -Dsun
867c478bd9Sstevel@tonic-gate
877c478bd9Sstevel@tonic-gateINC_PATH	+= -I$(UTSBASE)/sun
88