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/ssd \ 40 usr/src/uts/sparc/st \ 41 usr/src/uts/sun/io/dada \ 42 usr/src/uts/sun/sys/dada \ 43 usr/src/uts/sun/sys/scsi 44 45find_files "s.*.h" \ 46 usr/src/uts/sparc/sys \ 47 usr/src/uts/sparc/v7 \ 48 usr/src/uts/sparc/v9 49 50echo_file usr/src/uts/sparc/os/driver_classes 51echo_file usr/src/uts/sparc/os/driver_aliases 52echo_file usr/src/uts/sparc/os/name_to_major 53 54echo_file usr/src/Makefile.master 55echo_file usr/src/Makefile.master.64 56echo_file usr/src/req.flg 57echo_file usr/src/Makefile.psm 58echo_file usr/src/Makefile.psm.targ 59echo_file usr/src/uts/Makefile 60echo_file usr/src/uts/Makefile.targ 61echo_file usr/src/uts/Makefile.uts 62echo_file usr/src/uts/common/Makefile.files 63echo_file usr/src/uts/common/Makefile.rules 64echo_file usr/src/uts/common/vm/as.h 65echo_file usr/src/uts/common/vm/faultcode.h 66echo_file usr/src/uts/common/vm/hat.h 67echo_file usr/src/uts/common/vm/page.h 68echo_file usr/src/uts/common/vm/seg.h 69echo_file usr/src/uts/common/vm/seg_enum.h 70echo_file usr/src/uts/req.flg 71echo_file usr/src/uts/sparc/Makefile 72echo_file usr/src/uts/sparc/Makefile.files 73echo_file usr/src/uts/sparc/Makefile.rules 74echo_file usr/src/uts/sparc/Makefile.sparc 75echo_file usr/src/uts/sparc/Makefile.targ 76echo_file usr/src/uts/sparc/ml/sparc.il 77echo_file usr/src/uts/sparc/req.flg 78echo_file usr/src/uts/sun/Makefile.files 79echo_file usr/src/uts/sun/Makefile.rules 80echo_file usr/src/uts/sun/sys/obpdefs.h 81echo_file usr/src/uts/sun/sys/promif.h 82echo_file usr/src/uts/sun/sys/socalreg.h 83echo_file usr/src/uts/sun/sys/socalio.h 84