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 51 52BPP_OBJS += bpp.o 53 54CGSIX_OBJS += cgsix.o 55 56DBRI_OBJS += dbri.o dbri_conf.o dbri_connect.o \ 57 dbri_driver.o dbri_isdn.o dbri_isr.o \ 58 dbri_mmcodec.o dbri_pipe.o dbri_subr.o 59 60DMA_OBJS += dmaga.o 61 62ESP_OBJS += esp.o 63 64FAS_OBJS += fas.o fas_callbacks.o 65 66FD_OBJS += fd.o 67 68IFP_OBJS += ifp.o ifp_fw.o 69 70ISP_OBJS += isp.o isp_sbus_fw.o isp_1040_fw.o isp_cmds.o 71 72MS_OBJS += ms.o 73 74SF_OBJS += sf.o 75 76HME_OBJS += hme.o 77 78ERI_OBJS += eri.o 79 80SBUSMEM_OBJS += sbusmem.o 81 82SD_OBJS += sd.o sd_xbuf.o 83 84CMLB_OBJS += cmlb.o 85 86DAD_OBJS += dad.o 87 88DADA_OBJS += dcd_hba.o dcd_transport.o \ 89 dcd_control.o dcd_resource.o dcd_confsubr.o dcd_subr.o \ 90 dcd_confdata.o 91 92ATA_OBJS += ata_common.o atapi.o ata_disk.o ghd.o ghd_dma.o ghd_scsi.o \ 93 ghd_debug.o ghd_scsa.o ghd_gcmd.o ghd_queue.o ghd_timer.o \ 94 ghd_waitq.o cmd.o acersb.o sil.o 95 96SSD_OBJS += sd.o sd_xbuf.o 97 98SOCAL_OBJS += socal.o socal_ucode.o 99 100STP4020_OBJS += stp4020.o 101 102WSDRV_OBJS += wsdrv.o 103 104ZS_OBJS += zs_async.o zs_common.o 105 106ZSH_OBJS += zs_hdlc.o 107 108# 109# streams modules 110# 111 112TTYMUX_OBJS += ttymux.o ttymux_ioctl.o 113 114# 115# Section 3: Misc. 116# 117LINT_DEFS += -Dsun 118 119INC_PATH += -I$(UTSBASE)/sun 120