1#!/bin/sh 2# 3# CDDL HEADER START 4# 5# The contents of this file are subject to the terms of the 6# Common Development and Distribution License (the "License"). 7# You may not use this file except in compliance 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# 24# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 25# Use is subject to license terms. 26# 27# This file brings down all that is needed to build just 28# SCSI Subsystem. 29# 30 31find_files "s.*" \ 32 usr/src/uts/common/io/scsi \ 33 usr/src/uts/common/sys \ 34 usr/src/uts/sparc/dada \ 35 usr/src/uts/sparc/fas \ 36 usr/src/uts/sparc/scsi \ 37 usr/src/uts/sparc/sd \ 38 usr/src/uts/sparc/ses \ 39 usr/src/uts/sparc/st \ 40 usr/src/uts/sun/io/dada \ 41 usr/src/uts/sun/sys/dada \ 42 usr/src/uts/sun/sys/scsi 43 44find_files "s.*.h" \ 45 usr/src/uts/sparc/sys \ 46 usr/src/uts/sparc/v7 \ 47 usr/src/uts/sparc/v9 48 49echo_file usr/src/uts/sparc/os/driver_classes 50echo_file usr/src/uts/sparc/os/driver_aliases 51echo_file usr/src/uts/sparc/os/name_to_major 52 53echo_file usr/src/Makefile.master 54echo_file usr/src/Makefile.master.64 55echo_file usr/src/req.flg 56echo_file usr/src/Makefile.psm 57echo_file usr/src/Makefile.psm.targ 58echo_file usr/src/uts/Makefile 59echo_file usr/src/uts/Makefile.targ 60echo_file usr/src/uts/Makefile.uts 61echo_file usr/src/uts/common/Makefile.files 62echo_file usr/src/uts/common/Makefile.rules 63echo_file usr/src/uts/common/vm/as.h 64echo_file usr/src/uts/common/vm/faultcode.h 65echo_file usr/src/uts/common/vm/hat.h 66echo_file usr/src/uts/common/vm/page.h 67echo_file usr/src/uts/common/vm/seg.h 68echo_file usr/src/uts/common/vm/seg_enum.h 69echo_file usr/src/uts/req.flg 70echo_file usr/src/uts/sparc/Makefile 71echo_file usr/src/uts/sparc/Makefile.files 72echo_file usr/src/uts/sparc/Makefile.rules 73echo_file usr/src/uts/sparc/Makefile.sparc 74echo_file usr/src/uts/sparc/Makefile.targ 75echo_file usr/src/uts/sparc/ml/sparc.il 76echo_file usr/src/uts/sparc/req.flg 77echo_file usr/src/uts/sun/Makefile.files 78echo_file usr/src/uts/sun/Makefile.rules 79echo_file usr/src/uts/sun/sys/obpdefs.h 80echo_file usr/src/uts/sun/sys/promif.h 81echo_file usr/src/uts/sun/sys/socalreg.h 82echo_file usr/src/uts/sun/sys/socalio.h 83