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