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 66ERI_OBJS += eri.o 67 68QFE_OBJS += qfe.o 69 70SBUSMEM_OBJS += sbusmem.o 71 72SD_OBJS += sd.o sd_xbuf.o 73 74SF_OBJS += sf.o 75 76SOCAL_OBJS += socal.o socal_ucode.o 77 78CMLB_OBJS += cmlb.o 79 80DADA_OBJS += dcd_hba.o dcd_transport.o \ 81 dcd_control.o dcd_resource.o dcd_confsubr.o dcd_subr.o \ 82 dcd_confdata.o 83 84SSD_OBJS += sd.o sd_xbuf.o 85 86STP4020_OBJS += stp4020.o 87 88WSDRV_OBJS += wsdrv.o 89 90ZS_OBJS += zs_async.o zs_common.o 91 92ZSH_OBJS += zs_hdlc.o 93 94# 95# streams modules 96# 97 98TTYMUX_OBJS += ttymux.o ttymux_ioctl.o 99 100# 101# Section 3: Misc. 102# 103LINT_DEFS += -Dsun 104 105INC_PATH += -I$(UTSBASE)/sun 106